Skip to content

Commit e695bf9

Browse files
committed
Fix dependency resolution issue
sbt was unable to resolve scripted-sbt and sbt-launch. Thanks @Duhemm for the fix.
1 parent 59c64f6 commit e695bf9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bridge/build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ lazy val root = (project in file(".")).
33
organization := "ch.epfl.lamp",
44
name := "dotty-bridge",
55
description := "sbt compiler bridge for Dotty",
6+
resolvers += Resolver.typesafeIvyRepo("releases"),
67
libraryDependencies := Seq(
78
"org.scala-lang" %% "dotty" % "0.1-SNAPSHOT",
89
"org.scala-sbt" % "interface" % sbtVersion.value,

0 commit comments

Comments
 (0)