Skip to content

Commit 1517021

Browse files
committed
Moved scala 2 libraries to different module
1 parent 08e36c3 commit 1517021

File tree

75 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.

75 files changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ val scalazVersion = "7.3.8"
319319
val fs2Version = "3.9.4"
320320
val reactiveMongo = "1.1.0-RC12"
321321

322-
lazy val scala2_libraries = (project in file("scala2-libraries"))
322+
lazy val scala2_libraries = (project in file("scala-2-modules/scala2-libraries"))
323323
.configs(IntegrationTest)
324324
.settings(
325325
name := "scala2-libraries",

0 commit comments

Comments
 (0)