Skip to content

Commit d97e57e

Browse files
Upgrade Dotty to 3.0.0-RC3
1 parent d5eb74b commit d97e57e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.sc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import de.tobiasroeser.mill.vcs.version.VcsVersion
1010

1111
val dottyVersions = sys.props.get("dottyVersion").toList
1212

13-
val scalaVersions = "2.12.13" :: "2.13.4" :: "2.11.12" :: "3.0.0-RC2" :: dottyVersions
13+
val scalaVersions = "2.12.13" :: "2.13.4" :: "2.11.12" :: "3.0.0-RC3" :: dottyVersions
1414
val scala2Versions = scalaVersions.filter(_.startsWith("2."))
1515

1616
val scalaJSVersions = for {
@@ -106,8 +106,8 @@ trait OsLibModule extends CrossScalaModule with PublishModule{
106106

107107
trait OsLibTestModule extends ScalaModule with TestModule{
108108
def ivyDeps = Agg(
109-
ivy"com.lihaoyi::utest::0.7.8",
110-
ivy"com.lihaoyi::sourcecode::0.2.5"
109+
ivy"com.lihaoyi::utest::0.7.9",
110+
ivy"com.lihaoyi::sourcecode::0.2.6"
111111
)
112112

113113
def platformSegment: String
@@ -124,7 +124,7 @@ trait OsModule extends OsLibModule{
124124
def artifactName = "os-lib"
125125

126126
def ivyDeps = Agg(
127-
ivy"com.lihaoyi::geny::0.6.8"
127+
ivy"com.lihaoyi::geny::0.6.9"
128128
)
129129
}
130130

0 commit comments

Comments
 (0)