Skip to content

Commit

Permalink
deps: bump default scoverage version to 2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ckipp01 committed Feb 10, 2023
1 parent 839c979 commit 4239995
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.7"
lazy val scoverageVersion = "2.0.8"

inThisBuild(
List(
Expand Down
2 changes: 1 addition & 1 deletion src/sbt-test/scoverage/scalajs/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ lazy val cross =
CrossProject("sjstest", file("sjstest"))(JVMPlatform, JSPlatform)
.crossType(CrossType.Full)
.settings(
scalaVersion := "2.13.6",
scalaVersion := "2.13.10",
libraryDependencies += "org.scalameta" %% "munit" % "0.7.29" % Test
)

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.8.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.0")

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

0 comments on commit 4239995

Please sign in to comment.