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