Skip to content

Commit 217c467

Browse files
committed
Add junit-runtime in the compile scope
1 parent 079be9c commit 217c467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform, NativePlatform)
167167
scalaModuleMimaPreviousVersion := None, // No such release yet
168168
// Scala Native cannot run forked tests
169169
Test / fork := false,
170-
libraryDependencies += "org.scala-native" %%% "junit-runtime" % nativeVersion % Test,
170+
libraryDependencies += "org.scala-native" %%% "junit-runtime" % nativeVersion,
171171
addCompilerPlugin("org.scala-native" % "junit-plugin" % nativeVersion cross CrossVersion.full),
172172
Test / testOptions += Tests.Argument(TestFrameworks.JUnit, "-a", "-s", "-v")
173173
)

0 commit comments

Comments
 (0)