Skip to content

Commit 4abbdae

Browse files
committed
Preparation to 1.6.0-M2 version release, with Scala 2.13.0-M2 support
1 parent a518088 commit 4abbdae

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-M1"
13+
libraryDependencies += "org.scoverage" %% "scalac-scoverage-plugin" % "1.4.0-M2"
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-M1"
14+
val DefaultScoverageVersion = "1.4.0-M2"
1515
val autoImport = ScoverageKeys
1616
lazy val ScoveragePluginConfig = config("scoveragePlugin").hide
1717

0 commit comments

Comments
 (0)