Skip to content

Commit 1e56127

Browse files
Upgrade Dotty to 3.0.0-M1
1 parent 85550f2 commit 1e56127

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/g8/build.sbt

Lines changed: 1 addition & 1 deletion
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
val scala213Version = "2.13.1"
33

44
lazy val root = project

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)