Skip to content

Commit 43eb365

Browse files
committed
Bump compiler bridge to 0.1.1-SNAPSHOT
1 parent 057f2c0 commit 43eb365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ lazy val root = (project in file(".")).
3636
libraryDependencies += "org.scala-lang" % "scala-library" % "2.11.5",
3737

3838
// Maintained at https://github.com/smarter/dotty-bridge
39-
scalaCompilerBridgeSource := ("ch.epfl.lamp" % "dotty-bridge" % "0.1-SNAPSHOT" % "component").sources()
39+
scalaCompilerBridgeSource := ("ch.epfl.lamp" % "dotty-bridge" % "0.1.1-SNAPSHOT" % "component").sources()
4040
)

0 commit comments

Comments
 (0)