Skip to content

Commit fb878b2

Browse files
authored
Scala-Native-0.5.1 (#178)
1 parent 02e05cd commit fb878b2

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ All notable changes to this project will be documented in this file.
88
- Switched to scala-2.13.13
99
- Switched to scala-3.4.1
1010
- Switched to scalajs-1.16.0
11-
- Switched to scala-native-0.4.7
11+
- Switched to scala-native-0.5.1
1212

1313
## [2.0.1] - 2022-05-11
1414
- Switched to scalajs-1.10.0

build.sbt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ lazy val sha = crossProject(JSPlatform, JVMPlatform, NativePlatform)
4040
.jsSettings(scalaVersion := scala213,
4141
crossScalaVersions := Seq(scala212, scala213, scala3))
4242
.nativeSettings(scalaVersion := scala213,
43-
crossScalaVersions := Seq(scala212, scala213, scala3),
44-
nativeLinkStubs := true)
43+
crossScalaVersions := Seq(scala212, scala213, scala3))
4544

4645
lazy val bench = project.in(file("bench")).dependsOn(sha.jvm)
4746
.enablePlugins(AutomateHeaderPlugin).settings(

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
22
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")
33

44
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
5-
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17")
5+
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.1")
66

77
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
88
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")

0 commit comments

Comments
 (0)