Skip to content

Commit 54fbcaa

Browse files
committed
Move sbt-bridge
1 parent aae4019 commit 54fbcaa

File tree

508 files changed

+1
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

508 files changed

+1
-1
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ object DottyBuild extends Build {
213213
// until sbt/sbt#2402 is fixed (https://github.com/sbt/sbt/issues/2402)
214214
lazy val cleanSbtBridge = TaskKey[Unit]("cleanSbtBridge", "delete dotty-sbt-bridge cache")
215215

216-
lazy val `dotty-bridge` = project.in(file("bridge")).
216+
lazy val `dotty-sbt-bridge` = project.in(file("sbt-bridge")).
217217
dependsOn(dotty).
218218
settings(
219219
overrideScalaVersionSetting,

0 commit comments

Comments
 (0)