Skip to content

Commit 2f4e960

Browse files
committed
changed dotty version to 3.1.0 for windows ci-3 errors
1 parent 2e7e4d5 commit 2f4e960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ lazy val reflect = projectMatrix
122122
)
123123
else
124124
List(
125-
"org.scala-lang" %% "scala3-compiler" % scalaVersion.value,
125+
"org.scala-lang" %% "scala3-compiler" % "3.1.0", //"3.2.0-RC3",//scalaVersion.value,
126126
"org.scala-lang" %% "scala3-library" % scalaVersion.value
127127
)
128128
}

0 commit comments

Comments
 (0)