@@ -363,7 +363,7 @@ trait NativeBuild { this: BuildCommons =>
363
363
" Bundle-DocURL" -> " http://www.scalatest.org/" ,
364
364
" Bundle-Vendor" -> " Artima, Inc."
365
365
)
366
- ).dependsOn(scalatestCoreNative).enablePlugins(ScalaNativePlugin )
366
+ ).dependsOn(scalatestCoreNative, scalacticMacroNative % " compile-internal, test-internal " ).enablePlugins(ScalaNativePlugin )
367
367
368
368
lazy val scalatestFlatSpecNative = Project (" scalatestFlatSpecNative" , file(" modules/native/scalatest-flatspec.native" ))
369
369
.enablePlugins(SbtOsgi )
@@ -392,7 +392,7 @@ trait NativeBuild { this: BuildCommons =>
392
392
" Bundle-DocURL" -> " http://www.scalatest.org/" ,
393
393
" Bundle-Vendor" -> " Artima, Inc."
394
394
)
395
- ).dependsOn(scalatestCoreNative).enablePlugins(ScalaNativePlugin )
395
+ ).dependsOn(scalatestCoreNative, scalacticMacroNative % " compile-internal, test-internal " ).enablePlugins(ScalaNativePlugin )
396
396
397
397
lazy val scalatestFreeSpecNative = Project (" scalatestFreeSpecNative" , file(" modules/native/scalatest-freespec.native" ))
398
398
.enablePlugins(SbtOsgi )
@@ -421,7 +421,7 @@ trait NativeBuild { this: BuildCommons =>
421
421
" Bundle-DocURL" -> " http://www.scalatest.org/" ,
422
422
" Bundle-Vendor" -> " Artima, Inc."
423
423
)
424
- ).dependsOn(scalatestCoreNative).enablePlugins(ScalaNativePlugin )
424
+ ).dependsOn(scalatestCoreNative, scalacticMacroNative % " compile-internal, test-internal " ).enablePlugins(ScalaNativePlugin )
425
425
426
426
lazy val scalatestFunSuiteNative = Project (" scalatestFunSuiteNative" , file(" modules/native/scalatest-funsuite.native" ))
427
427
.enablePlugins(SbtOsgi )
@@ -450,7 +450,7 @@ trait NativeBuild { this: BuildCommons =>
450
450
" Bundle-DocURL" -> " http://www.scalatest.org/" ,
451
451
" Bundle-Vendor" -> " Artima, Inc."
452
452
)
453
- ).dependsOn(scalatestCoreNative).enablePlugins(ScalaNativePlugin )
453
+ ).dependsOn(scalatestCoreNative, scalacticMacroNative % " compile-internal, test-internal " ).enablePlugins(ScalaNativePlugin )
454
454
455
455
lazy val scalatestFunSpecNative = Project (" scalatestFunSpecNative" , file(" modules/native/scalatest-funspec.native" ))
456
456
.enablePlugins(SbtOsgi )
@@ -508,7 +508,7 @@ trait NativeBuild { this: BuildCommons =>
508
508
" Bundle-DocURL" -> " http://www.scalatest.org/" ,
509
509
" Bundle-Vendor" -> " Artima, Inc."
510
510
)
511
- ).dependsOn(scalatestCoreNative).enablePlugins(ScalaNativePlugin )
511
+ ).dependsOn(scalatestCoreNative, scalacticMacroNative % " compile-internal, test-internal " ).enablePlugins(ScalaNativePlugin )
512
512
513
513
lazy val scalatestWordSpecNative = Project (" scalatestWordSpecNative" , file(" modules/native/scalatest-wordspec.native" ))
514
514
.enablePlugins(SbtOsgi )
@@ -537,7 +537,7 @@ trait NativeBuild { this: BuildCommons =>
537
537
" Bundle-DocURL" -> " http://www.scalatest.org/" ,
538
538
" Bundle-Vendor" -> " Artima, Inc."
539
539
)
540
- ).dependsOn(scalatestCoreNative).enablePlugins(ScalaNativePlugin )
540
+ ).dependsOn(scalatestCoreNative, scalacticMacroNative % " compile-internal, test-internal " ).enablePlugins(ScalaNativePlugin )
541
541
542
542
lazy val scalatestDiagramsNative = Project (" scalatestDiagramsNative" , file(" modules/native/scalatest-diagrams.native" ))
543
543
.enablePlugins(SbtOsgi )
0 commit comments