Skip to content

Commit 165ca50

Browse files
committed
Use type-safe scope configuration
1 parent a4704e7 commit 165ca50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ lazy val `scala-parser-combinators` = crossProject(JSPlatform, JVMPlatform, Nati
4141
).
4242
jvmSettings(
4343
OsgiKeys.exportPackage := Seq(s"scala.util.parsing.*;version=${version.value}"),
44-
libraryDependencies += "junit" % "junit" % "4.12" % "test",
45-
libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % "test"
44+
libraryDependencies += "junit" % "junit" % "4.12" % Test,
45+
libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % Test
4646
).
4747
jsSettings(
4848
// Scala.js cannot run forked tests

0 commit comments

Comments
 (0)