Skip to content

Commit

Permalink
Upgrade scala-native and scala
Browse files Browse the repository at this point in the history
  • Loading branch information
thesamet committed Jun 4, 2024
1 parent 7ef3c01 commit bef9b1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ object Dependencies {

val Scala212 = "2.12.19"

val Scala213 = "2.13.13"
val Scala213 = "2.13.14"

val Scala3 = "3.3.3"

Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.0")

addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)

addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.1")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.2")

addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3")

Expand Down

0 comments on commit bef9b1f

Please sign in to comment.