Skip to content

Commit ad236f7

Browse files
committed
Update build.sbt
1 parent 1057918 commit ad236f7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: build.sbt

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name := "sbt-scoot"
1+
name := "sbt-scoverage"
22

3-
organization := "com.sksamuel.scoot"
3+
organization := "com.sksamuel.scoverage"
44

5-
version := "0.90.1"
5+
version := "0.92.0"
66

77
scalaVersion := "2.10.3"
88

@@ -11,7 +11,7 @@ sbtPlugin := true
1111
resolvers += "Local Maven Repository" at "file://" + Path.userHome.absolutePath + "/.m2/repository"
1212

1313
libraryDependencies ++= Seq(
14-
"com.sksamuel.scoot" %% "scalac-scoot-plugin" % "0.90.0"
14+
"com.sksamuel.scoverage" %% "scalac-scoverage-plugin" % "0.90.0"
1515
)
1616

1717
scalacOptions := Seq("-unchecked", "-deprecation", "-feature", "-encoding", "utf8")
@@ -26,4 +26,4 @@ publishTo := {
2626

2727
publishMavenStyle := false
2828

29-
publishArtifact in Test := false
29+
publishArtifact in Test := false

0 commit comments

Comments
 (0)