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.
2 parents 59c64f6 + e695bf9 commit add0223Copy full SHA for add0223
bridge/build.sbt
@@ -3,6 +3,7 @@ lazy val root = (project in file(".")).
3
organization := "ch.epfl.lamp",
4
name := "dotty-bridge",
5
description := "sbt compiler bridge for Dotty",
6
+ resolvers += Resolver.typesafeIvyRepo("releases"),
7
libraryDependencies := Seq(
8
"org.scala-lang" %% "dotty" % "0.1-SNAPSHOT",
9
"org.scala-sbt" % "interface" % sbtVersion.value,
0 commit comments