Skip to content

Commit

Permalink
Merge pull request #48 from sjrd/scala-native-junit-plugin
Browse files Browse the repository at this point in the history
Use ScalaNativeJUnitPlugin in the build.
  • Loading branch information
sjrd authored May 31, 2024
2 parents 5a82319 + a14185b commit af9fa3d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,4 @@ lazy val `portable-scala-reflect` = crossProject(JSPlatform, JVMPlatform, Native
libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % "test",
)
.jsConfigure(_.enablePlugins(ScalaJSJUnitPlugin))
.nativeSettings(
libraryDependencies +=
"org.scala-native" %%% "junit-runtime" % "0.4.0" % "test",
addCompilerPlugin(
"org.scala-native" % "junit-plugin" % "0.4.0" cross CrossVersion.full),
)
.nativeConfigure(_.enablePlugins(ScalaNativeJUnitPlugin))

0 comments on commit af9fa3d

Please sign in to comment.