Skip to content

Commit

Permalink
Scala-Native-0.5.1 (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
catap authored Apr 24, 2024
1 parent 02e05cd commit fb878b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ All notable changes to this project will be documented in this file.
- Switched to scala-2.13.13
- Switched to scala-3.4.1
- Switched to scalajs-1.16.0
- Switched to scala-native-0.4.7
- Switched to scala-native-0.5.1

## [2.0.1] - 2022-05-11
- Switched to scalajs-1.10.0
Expand Down
3 changes: 1 addition & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ lazy val sha = crossProject(JSPlatform, JVMPlatform, NativePlatform)
.jsSettings(scalaVersion := scala213,
crossScalaVersions := Seq(scala212, scala213, scala3))
.nativeSettings(scalaVersion := scala213,
crossScalaVersions := Seq(scala212, scala213, scala3),
nativeLinkStubs := true)
crossScalaVersions := Seq(scala212, scala213, scala3))

lazy val bench = project.in(file("bench")).dependsOn(sha.jvm)
.enablePlugins(AutomateHeaderPlugin).settings(
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")

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

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

0 comments on commit fb878b2

Please sign in to comment.