Skip to content

Commit

Permalink
Update nscplugin, sbt-scala-native to 0.5.6 (#254)
Browse files Browse the repository at this point in the history
Co-authored-by: scala-steward <scala-steward>
Co-authored-by: Kacper Korban <[email protected]>
  • Loading branch information
softwaremill-ci and KacperFKorban authored Jan 31, 2025
1 parent 6445189 commit f3a9c24
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,4 @@ lazy val quicklens = (projectMatrix in file("quicklens"))
)
.nativePlatform(
scalaVersions = List(scala212, scala213, scala3),
settings = Seq(
nativeLinkStubs := true
)
)
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
val scalaJSVersion = Option(System.getenv("SCALAJS_VERSION")).getOrElse("1.17.0")
val scalaNativeVersion = Option(System.getenv("SCALANATIVE_VERSION")).getOrElse("0.4.17")
val scalaNativeVersion = Option(System.getenv("SCALANATIVE_VERSION")).getOrElse("0.5.6")

addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)
addSbtPlugin("org.scala-native" % "sbt-scala-native" % scalaNativeVersion)
Expand Down

0 comments on commit f3a9c24

Please sign in to comment.