Skip to content

Commit 49726d5

Browse files
committed
Clean up of build
1 parent 6a9e387 commit 49726d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build.sbt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ lazy val nativeSettings = Seq(
9696
.withLTO(LTO.none)
9797
.withGC(GC.immix)
9898
},
99-
mimaPreviousArtifacts := Set(), // FIXME: remove after release with Scala Native 0.5 support
10099
coverageEnabled := false // FIXME: Unexpected linking error
101100
)
102101

0 commit comments

Comments
 (0)