File tree Expand file tree Collapse file tree 1 file changed +2
-17
lines changed Expand file tree Collapse file tree 1 file changed +2
-17
lines changed Original file line number Diff line number Diff line change @@ -203,29 +203,14 @@ lazy val msgpack4zCore = CrossProject(
203
203
s " -scalajs-mapSourceURI: $a-> $g/ "
204
204
}
205
205
},
206
- ).platformsSettings( JVMPlatform , JSPlatform ) (
206
+ ).settings (
207
207
libraryDependencies ++= {
208
208
if (CrossVersion .partialVersion(scalaVersion.value).exists(_._1 == 2 )) {
209
209
Seq (" com.chuusai" %%% " shapeless" % " 2.3.12" % " test" )
210
210
} else {
211
211
Nil
212
212
}
213
- }
214
- ).nativeSettings(
215
- Test / sources := {
216
- // TODO re-enable all tests if shapeless for scala-native 0.5.x released
217
- if (scalaBinaryVersion.value == " 3" ) {
218
- (Test / sources).value
219
- } else {
220
- val exclude = Set (
221
- " AsTuple" ,
222
- " CaseClassExample" ,
223
- " StdSpec" ,
224
- " Spec"
225
- ).map(_ + " .scala" )
226
- (Test / sources).value.filterNot(f => exclude.apply(f.getName))
227
- }
228
- }
213
+ },
229
214
).platformsSettings(NativePlatform , JSPlatform )(
230
215
libraryDependencies ++= Seq (
231
216
" com.github.xuwei-k" %%% " msgpack4z-native" % msgpack4zNativeVersion,
You can’t perform that action at this time.
0 commit comments