Skip to content

Commit 0392714

Browse files
authored
Merge pull request #46 from buntec/update/sbt-scoverage-2.0.0
Update to scoverage 2.0.0
2 parents e6bbb50 + f5671ee commit 0392714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.10.0")
33
libraryDependencies += "org.scala-js" %% "scalajs-env-selenium" % "1.1.1"
44
libraryDependencies += "org.scala-js" %% "scalajs-env-jsdom-nodejs" % "1.1.0"
55

6-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.0-RC1")
6+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.0")

0 commit comments

Comments
 (0)