Skip to content

Commit

Permalink
dep: update default plugin version to 2.0.0-M5
Browse files Browse the repository at this point in the history
  • Loading branch information
ckipp01 committed Jan 11, 2022
1 parent 1671af1 commit 73f8f92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name := "sbt-scoverage"

import sbt.ScriptedPlugin.autoImport.scriptedLaunchOpts

lazy val scoverageVersion = "2.0.0-M4"
lazy val scoverageVersion = "2.0.0-M5"

inThisBuild(
List(
Expand Down
4 changes: 2 additions & 2 deletions src/sbt-test/scoverage/scalajs/project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ resolvers ++= {
Seq.empty
}

addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.7.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.8.0")

addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.0.0")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.1.0")

0 comments on commit 73f8f92

Please sign in to comment.