Skip to content

Commit 48851a1

Browse files
Upgrade Scala 3 to 3.0.0-M1
1 parent dc68b1f commit 48851a1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/main/g8/build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
val dottyVersion = "0.27.0-RC1"
1+
val dottyVersion = "3.0.0-M1"
22

33
lazy val root = project
44
.in(file("."))
@@ -9,7 +9,7 @@ lazy val root = project
99
scalaVersion := dottyVersion,
1010

1111
libraryDependencies ++= Seq(
12-
"ch.epfl.lamp" %% "dotty-staging" % dottyVersion,
12+
"org.scala-lang" %% "scala3-staging" % dottyVersion,
1313
"com.novocode" % "junit-interface" % "0.11" % "test"
1414
)
1515
)

src/main/g8/project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.4.2")
1+
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.4.4")

0 commit comments

Comments
 (0)