Skip to content

Commit

Permalink
Merge pull request #81 from scalacenter/update/munit-1.0.0-RC1
Browse files Browse the repository at this point in the history
build(deps): Update munit from 1.0.0-M10 to 1.0.0-RC1
  • Loading branch information
tgodzik authored Apr 26, 2024
2 parents 6dfbf25 + 2c36d9b commit c73ede6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import io.kipp.mill.ci.release.CiReleaseModule
val scala212 = "2.12.19"
val scala213 = "2.13.13"

val scalaJS1 = "1.12.0"
val scalaJS1 = "1.16.0"

val scalaVersions = List(scala212, scala213)

Expand Down Expand Up @@ -61,7 +61,7 @@ trait Common extends CrossScalaModule with ScalafmtModule with ScalafixModule {
}

trait CommonTest extends ScalaModule with TestModule.Munit {
def ivyDeps = Agg(ivy"org.scalameta::munit::1.0.0-M10")
def ivyDeps = Agg(ivy"org.scalameta::munit::1.0.0-RC1")
}

object config extends Cross[ConfigModule](scalaVersions)
Expand Down

0 comments on commit c73ede6

Please sign in to comment.