We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ef3c01 commit bef9b1fCopy full SHA for bef9b1f
project/Dependencies.scala
@@ -26,7 +26,7 @@ object Dependencies {
26
27
val Scala212 = "2.12.19"
28
29
- val Scala213 = "2.13.13"
+ val Scala213 = "2.13.14"
30
31
val Scala3 = "3.3.3"
32
project/plugins.sbt
@@ -8,7 +8,7 @@ addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.0")
8
9
addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)
10
11
-addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.1")
+addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.2")
12
13
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3")
14
0 commit comments