Skip to content

Commit 5eeff18

Browse files
committed
Updated org to "org.scoverage"
1 parent a025078 commit 5eeff18

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

build.sbt

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
name := "scalac-scoverage-plugin"
22

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

5-
version := "0.96.0"
6-
7-
scalaVersion := "2.10.3"
5+
version := "0.97.0"
86

97
scalacOptions := Seq("-unchecked", "-deprecation", "-feature", "-encoding", "utf8")
108

11-
129
libraryDependencies ++= Seq(
1310
"commons-io" % "commons-io" % "2.4",
1411
"org.scala-lang" % "scala-compiler" % "2.10.3" % "provided",
@@ -22,6 +19,7 @@ publishArtifact in Test := false
2219

2320
parallelExecution in Test := false
2421

22+
2523
pomIncludeRepository := {
2624
_ => false
2725
}

0 commit comments

Comments
 (0)