Skip to content

Commit c0023c1

Browse files
committed
Remove extra resolver
No longer needed after scala/scala3#2343
1 parent f5f2593 commit c0023c1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

build.sbt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ lazy val root = (project in file(".")).
1212
scalaBinaryVersion := "0.1",
1313
scalaOrganization := "ch.epfl.lamp",
1414

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

0 commit comments

Comments
 (0)