Skip to content

Commit 2d10c87

Browse files
felixmuldersmarter
authored andcommitted
Move sbt-bridge
1 parent 34d64f3 commit 2d10c87

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
@@ -214,7 +214,7 @@ object DottyBuild extends Build {
214214
// until sbt/sbt#2402 is fixed (https://github.com/sbt/sbt/issues/2402)
215215
lazy val cleanSbtBridge = TaskKey[Unit]("cleanSbtBridge", "delete dotty-sbt-bridge cache")
216216

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

0 commit comments

Comments
 (0)