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 572322a commit df00284Copy full SHA for df00284
project/plugins.sbt
@@ -4,7 +4,7 @@ val sbtSoftwareMillVersion = "2.0.21"
4
addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-common" % sbtSoftwareMillVersion)
5
addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-publish" % sbtSoftwareMillVersion)
6
7
-addSbtPlugin("org.jetbrains" % "sbt-ide-settings" % "1.1.0")
+addSbtPlugin("org.jetbrains.scala" % "sbt-ide-settings" % "1.1.2")
8
9
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.18.2")
10
0 commit comments