Skip to content

Commit

Permalink
Changed to use scala-native 0.4.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeseng committed Jan 23, 2022
1 parent f35e7e5 commit 6e404cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ val scalaJSVersion = Option(System.getenv("SCALAJS_VERSION")).getOrElse("1.7.1")

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

addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.0")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.3")

addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.1")

Expand Down

0 comments on commit 6e404cb

Please sign in to comment.