File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ 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-RC1 " :: dottyVersions
13+ val scalaVersions = " 2.12.13" :: " 2.13.4" :: " 2.11.12" :: " 3.0.0-RC2 " :: dottyVersions
1414val scala2Versions = scalaVersions.filter(_.startsWith(" 2." ))
1515
1616val scalaJSVersions = 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.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
132131trait WatchModule extends OsLibModule {
You can’t perform that action at this time.
0 commit comments