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(
133
133
).jsEnablePlugins(ScalaJSJUnitPlugin ),
134
134
_.nativeSettings(
135
135
nativeLinkStubs := true ,
136
- addCompilerPlugin(
137
- " org.scala-native" % " junit-plugin" % nativeVersion cross CrossVersion .full
138
- ),
139
136
mimaPreviousArtifacts := (CrossVersion .partialVersion(scalaVersion.value) match {
140
137
case Some ((3 , 1 )) => mimaPreviousArtifacts.value.filter(_.revision != " 2.6.0" )
141
138
case _ => mimaPreviousArtifacts.value
@@ -149,9 +146,9 @@ lazy val compat = new MultiScalaCrossProject(
149
146
jsAndNativeSourcesParent / " scala-2.11_2.12"
150
147
}
151
148
},
152
- libraryDependencies += " org.scala-native " %%% " junit-runtime " % nativeVersion ,
149
+ versionPolicyIntention := Compatibility . None ,
153
150
Test / fork := false // Scala Native cannot run forked tests
154
- )
151
+ ).nativeEnablePlugins( ScalaNativeJUnitPlugin )
155
152
)
156
153
157
154
val compat211 = compat(Seq (JSPlatform , JVMPlatform , NativePlatform ), scala211)
You can’t perform that action at this time.
0 commit comments