Skip to content

Commit 1e2e155

Browse files
scala-stewardcatap
andauthored
Update scala-native to 0.5.10 (#211)
Co-authored-by: Kirill A. Korinsky <k@kcry.pt>
1 parent eb95420 commit 1e2e155

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ All notable changes to this project will be documented in this file.
77
- Switched to scala-2.13.18
88
- Switched to scala-3.7.4
99
- Switched to scalajs-1.20.2
10-
- Switched to scala-native-0.5.9
10+
- Switched to scala-native-0.5.10
1111

1212
## [1.0.2] - 2024-04-24
1313
- Drop support scala-2.12 for Scala.JS and Scala-Native

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.20.2")
5-
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.9")
5+
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.10")
66

77
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.8")
88
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.1")

0 commit comments

Comments
 (0)