Skip to content

Commit 1c11cce

Browse files
author
Matteo Di Pirro
committed
SCALA-463 Create unique scala_libraries_4 module
1 parent fefd64f commit 1c11cce

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

build.sbt

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -299,12 +299,7 @@ lazy val scala_libraries_4 = (project in file("scala-libraries-4"))
299299
.settings(
300300
name := "scala-libraries-4",
301301
libraryDependencies += "com.lihaoyi" %% "utest" % "0.8.1" % "test",
302-
testFrameworks += new TestFramework("utest.runner.Framework")
303-
)
304-
305-
lazy val scala_libraries_4 = (project in file("scala-libraries-4"))
306-
.settings(
307-
name := "scala-libraries",
302+
testFrameworks += new TestFramework("utest.runner.Framework"),
308303
libraryDependencies += "org.scalatest" %% "scalatest" % "3.1.2" % Test,
309304
libraryDependencies ++= Seq(
310305
"org.scala-lang.modules" %% "scala-async" % "1.0.1",

0 commit comments

Comments
 (0)