Skip to content

Commit af9fa3d

Browse files
authored
Merge pull request #48 from sjrd/scala-native-junit-plugin
Use ScalaNativeJUnitPlugin in the build.
2 parents 5a82319 + a14185b commit af9fa3d

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
@@ -74,9 +74,4 @@ lazy val `portable-scala-reflect` = crossProject(JSPlatform, JVMPlatform, Native
7474
libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % "test",
7575
)
7676
.jsConfigure(_.enablePlugins(ScalaJSJUnitPlugin))
77-
.nativeSettings(
78-
libraryDependencies +=
79-
"org.scala-native" %%% "junit-runtime" % "0.4.0" % "test",
80-
addCompilerPlugin(
81-
"org.scala-native" % "junit-plugin" % "0.4.0" cross CrossVersion.full),
82-
)
77+
.nativeConfigure(_.enablePlugins(ScalaNativeJUnitPlugin))

0 commit comments

Comments
 (0)