Skip to content

Commit a7d6247

Browse files
committed
Update Scala.js to 1.19.0
1 parent 59047f5 commit a7d6247

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ compare performance of jsoniter-scala with: [circe](https://github.com/circe/cir
3434
[play-json with jsoniter-scala booster](https://github.com/evolution-gaming/play-json-tools/tree/master/play-json-jsoniter),
3535
[smithy4s-json](https://github.com/disneystreaming/smithy4s/tree/main/modules/json),
3636
[uPickle](https://github.com/lihaoyi/upickle), [zio-json](https://github.com/zio/zio-json), and [zio-schema-json](https://github.com/zio/zio-schema/tree/main/zio-schema-json)
37-
compiled by Scala.js 1.18.2 to ES 2015 with GCC v20220202 optimizations applied on
37+
compiled by Scala.js 1.19.0 to ES 2015 with GCC v20220202 optimizations applied on
3838
Intel® Core™ Ultra 9 285K CPU @ 3.7GHz (max 5.7GHz, performance-cores only), RAM 64Gb DDR5-6400, on Windows 11 Pro (24H2).
3939

4040
## Contents

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4")
22
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
33
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")
44
addSbtPlugin("org.scala-js" % "sbt-jsdependencies" % "1.0.2")
5-
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.18.2")
5+
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.19.0")
66
addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.21.1")
77
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.7")
88
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2")

0 commit comments

Comments
 (0)