Skip to content

Commit

Permalink
Update default scoverage to 1.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ckipp01 committed Sep 16, 2021
1 parent 8d88e71 commit 2e81498
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 @@ -2,7 +2,7 @@ name := "sbt-scoverage"

import sbt.ScriptedPlugin.autoImport.scriptedLaunchOpts

def scoverageVersion = "1.4.8"
def scoverageVersion = "1.4.9"

inThisBuild(
List(
Expand Down
2 changes: 1 addition & 1 deletion 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.5.1")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.7.0")

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

0 comments on commit 2e81498

Please sign in to comment.