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.
1 parent 617f98d commit ef95cdbCopy full SHA for ef95cdb
build.sbt
@@ -11,6 +11,9 @@ lazy val root = (project in file(".")).
11
scalaVersion := "0.1.1-bin-SNAPSHOT",
12
scalaOrganization := "ch.epfl.lamp",
13
14
+ // Needed because of https://github.com/sbt/sbt/issues/3012
15
+ resolvers += Resolver.typesafeIvyRepo("releases"),
16
+
17
// Enable Scala 2 compatibility mode.
18
// This allows you to use Scala 2 features that have been removed
19
// from Dotty, like procedure syntax, thus making it easier to test
0 commit comments