We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b978b4 commit 1eb2032Copy full SHA for 1eb2032
project/plugins.sbt
@@ -8,7 +8,7 @@ addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
8
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")
9
addSbtPlugin("ohnosequences" % "sbt-github-release" % "0.7.0")
10
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")
11
-addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.9")
+addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.10")
12
13
// https://github.com/ohnosequences/sbt-github-release/issues/28#issuecomment-426086656
14
libraryDependencies += "com.sun.activation" % "javax.activation" % "1.2.0"
0 commit comments