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 c41b46e commit f059ccbCopy full SHA for f059ccb
build.sbt
@@ -17,7 +17,7 @@ lazy val input = project.settings(
17
scalafixSourceroot := sourceDirectory.in(Compile).value
18
)
19
20
-val collections = ProjectRef(file(".."), "collections")
+val collections = ProjectRef(file(".."), "collectionsJVM")
21
22
lazy val output = project
23
.settings(
project/build.properties
@@ -1 +1 @@
1
-sbt.version=0.13.15
+sbt.version=0.13.16
0 commit comments