We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9e3a37 commit cc8bb5aCopy full SHA for cc8bb5a
2 files changed
CHANGELOG.md
@@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file.
6
- Switched to scala-2.12.21
7
- Switched to scala-2.13.18
8
- Switched to scala-3.7.4
9
-- Switched to scalajs-1.20.1
+- Switched to scalajs-1.20.2
10
- Switched to scala-native-0.5.9
11
12
## [1.0.2] - 2024-04-24
project/plugins.sbt
@@ -1,7 +1,7 @@
1
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
2
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")
3
4
-addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.20.1")
+addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.20.2")
5
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.9")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.8")
0 commit comments