Skip to content

Commit 445be9c

Browse files
authored
Scala-Native-0.5.1 (#204)
1 parent abb811f commit 445be9c

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
## [3.1.1] - 2022-05-19
1414
- Performance improved: now it's about 20% slower than C version

build.sbt

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

4645
lazy val bench = project.in(file("bench")).dependsOn(blake3.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)