Skip to content

Commit

Permalink
Preparation to 1.6.0-M5 version release, with Scala 2.13.0-M5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
gslowikowski committed Oct 30, 2018
1 parent 386e7d6 commit 91414a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resolvers ++= {
if (isSnapshot.value) Seq(Resolver.sonatypeRepo("snapshots")) else Nil
}

libraryDependencies += "org.scoverage" %% "scalac-scoverage-plugin" % "1.4.0-M4"
libraryDependencies += "org.scoverage" %% "scalac-scoverage-plugin" % "1.4.0-M5"

publishMavenStyle := true

Expand Down
2 changes: 1 addition & 1 deletion src/main/scala/scoverage/ScoverageSbtPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ object ScoverageSbtPlugin extends AutoPlugin {
val ScalacRuntimeArtifact = "scalac-scoverage-runtime"
val ScalacPluginArtifact = "scalac-scoverage-plugin"
// this should match the version defined in build.sbt
val DefaultScoverageVersion = "1.4.0-M4"
val DefaultScoverageVersion = "1.4.0-M5"
val autoImport = ScoverageKeys
lazy val ScoveragePluginConfig = config("scoveragePlugin").hide

Expand Down

0 comments on commit 91414a2

Please sign in to comment.