Skip to content

Commit 9f7efce

Browse files
committed
Preparation for 1.6.0-RC3 version release, with Scala 2.13.0-RC3 support
1 parent 09c1c93 commit 9f7efce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ resolvers ++= {
1010
if (isSnapshot.value) Seq(Resolver.sonatypeRepo("snapshots")) else Nil
1111
}
1212

13-
libraryDependencies += "org.scoverage" %% "scalac-scoverage-plugin" % "1.4.0-RC2"
13+
libraryDependencies += "org.scoverage" %% "scalac-scoverage-plugin" % "1.4.0-RC3"
1414

1515
publishMavenStyle := true
1616

src/main/scala/scoverage/ScoverageSbtPlugin.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ object ScoverageSbtPlugin extends AutoPlugin {
1111
val ScalacRuntimeArtifact = "scalac-scoverage-runtime"
1212
val ScalacPluginArtifact = "scalac-scoverage-plugin"
1313
// this should match the version defined in build.sbt
14-
val DefaultScoverageVersion = "1.4.0-RC2"
14+
val DefaultScoverageVersion = "1.4.0-RC3"
1515
val autoImport = ScoverageKeys
1616
lazy val ScoveragePluginConfig = config("scoveragePlugin").hide
1717

0 commit comments

Comments
 (0)