Skip to content

Commit

Permalink
Upgrade Dotty to 3.0.0-RC3 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
anatoliykmetyuk authored Apr 23, 2021
1 parent 6bfede6 commit 50ef9db
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 @@ -7,7 +7,7 @@ val dottyCustomVersion = sys.props.get("dottyVersion")
val scala211 = "2.11.12"
val scala212 = "2.12.13"
val scala213 = "2.13.4"
val scala3 = "3.0.0-RC2"
val scala3 = "3.0.0-RC3"

val scalaVersions = scala213 :: scala212 :: scala211 :: scala3 :: dottyCustomVersion.toList
val scala2Versions = scalaVersions.filter(_.startsWith("2."))
Expand Down Expand Up @@ -49,7 +49,7 @@ trait Common extends CrossScalaModule {
}

trait CommonTestModule extends ScalaModule with TestModule {
def ivyDeps = Agg(ivy"com.lihaoyi::utest::0.7.8")
def ivyDeps = Agg(ivy"com.lihaoyi::utest::0.7.9")
def testFrameworks = Seq("utest.runner.Framework")
}

Expand Down

0 comments on commit 50ef9db

Please sign in to comment.