Skip to content
This repository was archived by the owner on Dec 22, 2021. It is now read-only.

Commit f2b8f95

Browse files
committed
Bump dotty version to get typing improvements
1 parent 6ce348c commit f2b8f95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Convenient setting that allows writing `set scalaVersion := dotty.value` in sbt shell to switch from Scala to Dotty
22
val dotty = settingKey[String]("dotty version")
3-
dotty in ThisBuild := "0.2.0-RC1"
3+
dotty in ThisBuild := "0.3.0-bin-20170721-d7faafa-NIGHTLY"
44

55
val commonSettings = Seq(
66
organization := "ch.epfl.scala",

0 commit comments

Comments
 (0)