We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0361ed commit d76a1c0Copy full SHA for d76a1c0
build.sbt
@@ -1,5 +1,5 @@
1
import sbtcrossproject.CrossPlugin.autoImport.{crossProject, CrossType}
2
-val dottyVersion = "0.24.0"
+val dottyVersion = "0.27.0-RC1"
3
val scala213Version = "2.13.3"
4
val spireVersion = "0.17.0-RC1"
5
val scalametaVersion = "4.3.22"
@@ -50,7 +50,7 @@ lazy val programGenerator = (crossProject(JVMPlatform)
50
)
51
52
.jvmSettings(
53
- scalacOptions ++= { if (isDotty.value) Seq("-language:Scala2Compat") else Nil },
+ scalacOptions ++= { if (isDotty.value) Seq("-source 3.0-migration") else Nil },
54
libraryDependencies ++= (CrossVersion
55
.partialVersion(scalaVersion.value) match {
56
case Some((2,_)) =>
0 commit comments