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 057f2c0 commit 43eb365Copy full SHA for 43eb365
build.sbt
@@ -36,5 +36,5 @@ lazy val root = (project in file(".")).
36
libraryDependencies += "org.scala-lang" % "scala-library" % "2.11.5",
37
38
// Maintained at https://github.com/smarter/dotty-bridge
39
- scalaCompilerBridgeSource := ("ch.epfl.lamp" % "dotty-bridge" % "0.1-SNAPSHOT" % "component").sources()
+ scalaCompilerBridgeSource := ("ch.epfl.lamp" % "dotty-bridge" % "0.1.1-SNAPSHOT" % "component").sources()
40
)
0 commit comments