Skip to content

Commit c8f0470

Browse files
committed
Bump scala version
1 parent 38825ee commit c8f0470

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.sc

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import de.tobiasroeser.mill.vcs.version.VcsVersion
55

66
val dottyVersions = sys.props.get("dottyVersion").toList
77

8-
val scalaVersions = "2.12.13" :: "2.13.4" :: "2.11.12" :: "3.0.0-RC1" :: dottyVersions
8+
val scalaVersions = "2.12.13" :: "2.13.4" :: "2.11.12" :: "3.0.0-RC2" :: dottyVersions
99
val scala2Versions = scalaVersions.filter(_.startsWith("2."))
1010

1111
val scalaJSVersions = for {
@@ -41,8 +41,8 @@ trait PPrintModule extends PublishModule {
4141
trait PPrintMainModule extends CrossScalaModule {
4242
def millSourcePath = super.millSourcePath / offset
4343
def ivyDeps = Agg(
44-
ivy"com.lihaoyi::fansi::0.2.11",
45-
ivy"com.lihaoyi::sourcecode::0.2.4"
44+
ivy"com.lihaoyi::fansi::0.2.12",
45+
ivy"com.lihaoyi::sourcecode::0.2.5"
4646
)
4747
def compileIvyDeps =
4848
if (crossScalaVersion.startsWith("2")) Agg(
@@ -99,7 +99,7 @@ trait PPrintMainModule extends CrossScalaModule {
9999
trait PPrintTestModule extends ScalaModule with TestModule {
100100
def crossScalaVersion: String
101101
def testFrameworks = Seq("utest.runner.Framework")
102-
def ivyDeps = Agg(ivy"com.lihaoyi::utest::0.7.7")
102+
def ivyDeps = Agg(ivy"com.lihaoyi::utest::0.7.8")
103103
def offset: os.RelPath = os.rel
104104
def millSourcePath = super.millSourcePath / os.up
105105

0 commit comments

Comments
 (0)