Skip to content

Commit f059ccb

Browse files
committed
Fix scalafix build definition
1 parent c41b46e commit f059ccb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ lazy val input = project.settings(
1717
scalafixSourceroot := sourceDirectory.in(Compile).value
1818
)
1919

20-
val collections = ProjectRef(file(".."), "collections")
20+
val collections = ProjectRef(file(".."), "collectionsJVM")
2121

2222
lazy val output = project
2323
.settings(

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=0.13.15
1+
sbt.version=0.13.16

0 commit comments

Comments
 (0)