Skip to content

Commit

Permalink
Update scala-native to 0.5.0 (#327)
Browse files Browse the repository at this point in the history
Co-authored-by: kenji yoshida <[email protected]>
  • Loading branch information
scala-steward-bot and xuwei-k authored Apr 12, 2024
1 parent 990e1fe commit 74dcb4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/plugin.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.21")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17")
addSbtPlugin("com.github.scalaprops" % "sbt-scalaprops" % "0.4.4")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.0")
addSbtPlugin("com.github.scalaprops" % "sbt-scalaprops" % "0.5.0")

scalacOptions ++= Seq(
"-deprecation",
Expand Down

0 comments on commit 74dcb4f

Please sign in to comment.