Skip to content

Commit f8b007c

Browse files
Merge pull request #35 from dotty-staging/update/3.0.0-M3
Update to 3.0.0-M3
2 parents 850d963 + 52bc3be commit f8b007c

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ project/boot/
1212
project/plugins/project/
1313
project/local-plugins.sbt
1414
.history
15+
.bsp
1516

1617
# Scala-IDE specific
1718
.scala_dependencies

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 scala3Version = "3.0.0-M2"
1+
val scala3Version = "3.0.0-M3"
22

33
lazy val root = project
44
.in(file("."))

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.6")
1+
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.5.0")

0 commit comments

Comments
 (0)