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 dc68b1f commit 48851a1Copy full SHA for 48851a1
src/main/g8/build.sbt
@@ -1,4 +1,4 @@
1
-val dottyVersion = "0.27.0-RC1"
+val dottyVersion = "3.0.0-M1"
2
3
lazy val root = project
4
.in(file("."))
@@ -9,7 +9,7 @@ lazy val root = project
9
scalaVersion := dottyVersion,
10
11
libraryDependencies ++= Seq(
12
- "ch.epfl.lamp" %% "dotty-staging" % dottyVersion,
+ "org.scala-lang" %% "scala3-staging" % dottyVersion,
13
"com.novocode" % "junit-interface" % "0.11" % "test"
14
)
15
src/main/g8/project/plugins.sbt
@@ -1 +1 @@
-addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.4.2")
+addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.4.4")
0 commit comments