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.
1 parent 964ff96 commit 164fce9Copy full SHA for 164fce9
project/plugins.sbt
@@ -4,7 +4,7 @@ val scalaNativeVersion = Option(System.getenv("SCALANATIVE_VERSION")).getOrElse(
4
addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)
5
addSbtPlugin("org.scala-native" % "sbt-scala-native" % scalaNativeVersion)
6
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.10.1")
7
-addSbtPlugin("org.jetbrains.scala" % "sbt-ide-settings" % "1.1.2")
+addSbtPlugin("org.jetbrains.scala" % "sbt-ide-settings" % "1.1.3")
8
9
val sbtSoftwareMillVersion = "2.0.20"
10
addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-common" % sbtSoftwareMillVersion)
0 commit comments