Skip to content

Commit ef95cdb

Browse files
committed
Add missing resolver
1 parent 617f98d commit ef95cdb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.sbt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ lazy val root = (project in file(".")).
1111
scalaVersion := "0.1.1-bin-SNAPSHOT",
1212
scalaOrganization := "ch.epfl.lamp",
1313

14+
// Needed because of https://github.com/sbt/sbt/issues/3012
15+
resolvers += Resolver.typesafeIvyRepo("releases"),
16+
1417
// Enable Scala 2 compatibility mode.
1518
// This allows you to use Scala 2 features that have been removed
1619
// from Dotty, like procedure syntax, thus making it easier to test

0 commit comments

Comments
 (0)