File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,6 @@ lazy val nativeSettings = Seq(
93
93
nativeConfig ~= {
94
94
_.withMode(Mode .releaseFast) // TODO: Test with `Mode.releaseSize` and `Mode.releaseFull`
95
95
.withLTO(LTO .none)
96
- .withGC(GC .boehm) // FIXME: Remove after fixing of https://github.com/scala-native/scala-native/issues/4032
97
96
},
98
97
coverageEnabled := false // FIXME: Unexpected linking error
99
98
)
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")
4
4
addSbtPlugin(" org.scala-js" % " sbt-jsdependencies" % " 1.0.2" )
5
5
addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.17.0" )
6
6
addSbtPlugin(" ch.epfl.scala" % " sbt-scalajs-bundler" % " 0.21.1" )
7
- addSbtPlugin(" org.scala-native" % " sbt-scala-native" % " 0.5.5 " )
7
+ addSbtPlugin(" org.scala-native" % " sbt-scala-native" % " 0.5.6 " )
8
8
addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 3.12.2" )
9
9
addSbtPlugin(" com.github.sbt" % " sbt-release" % " 1.4.0" )
10
10
addSbtPlugin(" com.github.sbt" % " sbt-pgp" % " 2.3.0" )
You can’t perform that action at this time.
0 commit comments