Skip to content

Commit

Permalink
Merge branch 'main' into update/scalatest-3.2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
lefou authored Oct 22, 2022
2 parents 09626d6 + f82a361 commit bb54e72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// mill plugins
import $ivy.`de.tototec::de.tobiasroeser.mill.vcs.version::0.2.0`
import $ivy.`de.tototec::de.tobiasroeser.mill.vcs.version::0.3.0`
import $ivy.`de.tototec::de.tobiasroeser.mill.integrationtest::0.6.1`
import $ivy.`com.lihaoyi::mill-contrib-scoverage:$MILL_VERSION`
import $ivy.`com.github.lolgab::mill-mima::0.0.13`
Expand Down Expand Up @@ -27,7 +27,7 @@ trait Deps {

val millMain = ivy"com.lihaoyi::mill-main:${millVersion}"
val scalaTest = ivy"org.scalatest::scalatest:3.2.14"
val scoverageVersion = "2.0.3"
val scoverageVersion = "2.0.7"
val scoverageRuntime = ivy"org.scoverage::scalac-scoverage-runtime:${scoverageVersion}"
}

Expand Down Expand Up @@ -56,7 +56,7 @@ object Deps_0_7 extends Deps {
object Deps_0_6 extends Deps {
override def millPlatform = "0.6"
override def millVersion = "0.6.0" // scala-steward:off
override def scalaVersion = "2.12.16"
override def scalaVersion = "2.12.17"
override def testWithMill = Seq("0.6.3", "0.6.2", "0.6.1", millVersion)
}

Expand Down

0 comments on commit bb54e72

Please sign in to comment.