@@ -10,12 +10,12 @@ import de.tobiasroeser.mill.vcs.version.VcsVersion
1010
1111val dottyVersions = sys.props.get(" dottyVersion" ).toList
1212
13- val scalaVersions = " 2.12.13" :: " 2.13.4" :: " 2.11.12" :: " 3.0.0-RC3 " :: dottyVersions
13+ val scalaVersions = " 2.12.13" :: " 2.13.4" :: " 2.11.12" :: " 3.0.0" :: dottyVersions
1414val scala2Versions = scalaVersions.filter(_.startsWith(" 2." ))
1515
1616val scalaJSVersions = for {
1717 scalaV <- scala2Versions
18- scalaJSV <- Seq (" 0.6.33" , " 1.4.0 " )
18+ scalaJSV <- Seq (" 0.6.33" , " 1.5.1 " )
1919} yield (scalaV, scalaJSV)
2020
2121val scalaNativeVersions = for {
@@ -106,8 +106,8 @@ trait OsLibModule extends CrossScalaModule with PublishModule{
106106
107107trait OsLibTestModule extends ScalaModule with TestModule {
108108 def ivyDeps = Agg (
109- ivy " com.lihaoyi::utest::0.7.9 " ,
110- ivy " com.lihaoyi::sourcecode::0.2.6 "
109+ ivy " com.lihaoyi::utest::0.7.10 " ,
110+ ivy " com.lihaoyi::sourcecode::0.2.7 "
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.9 "
127+ ivy " com.lihaoyi::geny::0.6.10 "
128128 )
129129}
130130
0 commit comments