Skip to content

Commit f078719

Browse files
Merge pull request #13 from nicolasstucki/update/3.0.0-M3
Update to 3.0.0-M3
2 parents 9ad5a93 + 7e43e86 commit f078719

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
val dottyVersion = "3.0.0-M2"
1+
val scala3Version = "3.0.0-M3"
22

33
lazy val root = project
44
.in(file("."))
55
.settings(
66
name := "dotty-simple",
77
version := "0.1.0",
88

9-
scalaVersion := dottyVersion,
9+
scalaVersion := scala3Version,
1010

1111
libraryDependencies ++= Seq(
12-
"org.scala-lang" %% "scala3-staging" % dottyVersion,
12+
"org.scala-lang" %% "scala3-staging" % scala3Version,
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.6")
1+
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.5.0")

0 commit comments

Comments
 (0)