Skip to content

Commit

Permalink
Update scala-native to 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 22, 2022
1 parent ee23335 commit 44aca12
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 @@ -7,7 +7,7 @@ addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.1.0")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.10")
addSbtPlugin("ohnosequences" % "sbt-github-release" % "0.7.0")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.3-RC2")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.3")

// https://github.com/ohnosequences/sbt-github-release/issues/28#issuecomment-426086656
libraryDependencies += "com.sun.activation" % "javax.activation" % "1.2.0"

0 comments on commit 44aca12

Please sign in to comment.