Skip to content

Commit 2b7a61c

Browse files
authored
Scala-Native-0.5.0 (#130)
1 parent 6e32820 commit 2b7a61c

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
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
## [1.0.1] - 2022-05-10
1414
- Switched to scala-3.1.2

build.sbt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,7 @@ lazy val biginteger = crossProject(JSPlatform, JVMPlatform, NativePlatform)
5454
Test / scalaJSStage := FullOptStage
5555
)
5656
.nativeSettings(
57-
crossScalaVersions := Seq(scala212, scala213, scala3),
58-
Test / nativeMode:= "release-fast",
59-
Test / nativeLinkStubs := true
60-
)
57+
crossScalaVersions := Seq(scala212, scala213, scala3))
6158

6259
lazy val bench = project.in(file("bench"))
6360
.enablePlugins(JavaAppPackaging)

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.eed3si9n" % "sbt-assembly" % "2.2.0")

0 commit comments

Comments
 (0)