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.
2 parents b9204ba + 1658354 commit 3b471bbCopy full SHA for 3b471bb
build.sbt
@@ -4,5 +4,5 @@ lazy val root = (project in file(".")).
4
description := "Example sbt project that compiles using Dotty",
5
version := "0.1",
6
7
- scalaVersion := "0.2.0-RC1"
+ scalaVersion := "0.3.0-RC1"
8
)
project/plugins.sbt
@@ -1 +1 @@
1
-addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.1.4")
+addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.1.5")
0 commit comments