File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -133,9 +133,6 @@ lazy val compat = new MultiScalaCrossProject(
133133 ).jsEnablePlugins(ScalaJSJUnitPlugin ),
134134 _.nativeSettings(
135135 nativeLinkStubs := true ,
136- addCompilerPlugin(
137- " org.scala-native" % " junit-plugin" % nativeVersion cross CrossVersion .full
138- ),
139136 mimaPreviousArtifacts := (CrossVersion .partialVersion(scalaVersion.value) match {
140137 case Some ((3 , 1 )) => mimaPreviousArtifacts.value.filter(_.revision != " 2.6.0" )
141138 case _ => mimaPreviousArtifacts.value
@@ -149,9 +146,9 @@ lazy val compat = new MultiScalaCrossProject(
149146 jsAndNativeSourcesParent / " scala-2.11_2.12"
150147 }
151148 },
152- libraryDependencies += " org.scala-native " %%% " junit-runtime " % nativeVersion ,
149+ versionPolicyIntention := Compatibility . None ,
153150 Test / fork := false // Scala Native cannot run forked tests
154- )
151+ ).nativeEnablePlugins( ScalaNativeJUnitPlugin )
155152)
156153
157154val compat211 = compat(Seq (JSPlatform , JVMPlatform , NativePlatform ), scala211)
You can’t perform that action at this time.
0 commit comments