We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9239c7e + cfc20d6 commit e196482Copy full SHA for e196482
project/plugins.sbt
@@ -1,9 +1,9 @@
1
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.9.0")
2
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.9.0")
3
-addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.3")
+addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.7")
4
5
val sbtSoftwareMillVersion = "2.0.9"
6
addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-common" % sbtSoftwareMillVersion)
7
addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-publish" % sbtSoftwareMillVersion)
8
9
-addSbtPlugin("org.jetbrains" % "sbt-ide-settings" % "1.1.0")
+addSbtPlugin("org.jetbrains" % "sbt-ide-settings" % "1.1.0")
0 commit comments