Skip to content

Commit a700e75

Browse files
committed
Bump Scala versions
1 parent a5efb6a commit a700e75

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

build.sc

Lines changed: 4 additions & 5 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-RC1" :: dottyVersions
13+
val scalaVersions = "2.12.13" :: "2.13.4" :: "2.11.12" :: "3.0.0-RC2" :: 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.7",
110-
ivy"com.lihaoyi::sourcecode::0.2.3"
109+
ivy"com.lihaoyi::utest::0.7.8",
110+
ivy"com.lihaoyi::sourcecode::0.2.5"
111111
)
112112

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

126126
def ivyDeps = Agg(
127-
ivy"com.lihaoyi::geny::0.6.7"
127+
ivy"com.lihaoyi::geny::0.6.8"
128128
)
129-
def scalacOptions = T{ if (scalaVersion().startsWith("3") || scalaVersion().startsWith("2.11.")) Seq() else Seq("-release", "8") }
130129
}
131130

132131
trait WatchModule extends OsLibModule{

0 commit comments

Comments
 (0)