Skip to content

Commit f3a9c24

Browse files
Update nscplugin, sbt-scala-native to 0.5.6 (#254)
Co-authored-by: scala-steward <scala-steward> Co-authored-by: Kacper Korban <[email protected]>
1 parent 6445189 commit f3a9c24

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

build.sbt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,4 @@ lazy val quicklens = (projectMatrix in file("quicklens"))
7878
)
7979
.nativePlatform(
8080
scalaVersions = List(scala212, scala213, scala3),
81-
settings = Seq(
82-
nativeLinkStubs := true
83-
)
8481
)

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
val scalaJSVersion = Option(System.getenv("SCALAJS_VERSION")).getOrElse("1.17.0")
2-
val scalaNativeVersion = Option(System.getenv("SCALANATIVE_VERSION")).getOrElse("0.4.17")
2+
val scalaNativeVersion = Option(System.getenv("SCALANATIVE_VERSION")).getOrElse("0.5.6")
33

44
addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)
55
addSbtPlugin("org.scala-native" % "sbt-scala-native" % scalaNativeVersion)

0 commit comments

Comments
 (0)