Skip to content

Commit 164fce9

Browse files
author
scala-steward
committed
Update sbt-ide-settings to 1.1.3
1 parent 964ff96 commit 164fce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ val scalaNativeVersion = Option(System.getenv("SCALANATIVE_VERSION")).getOrElse(
44
addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)
55
addSbtPlugin("org.scala-native" % "sbt-scala-native" % scalaNativeVersion)
66
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.10.1")
7-
addSbtPlugin("org.jetbrains.scala" % "sbt-ide-settings" % "1.1.2")
7+
addSbtPlugin("org.jetbrains.scala" % "sbt-ide-settings" % "1.1.3")
88

99
val sbtSoftwareMillVersion = "2.0.20"
1010
addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-common" % sbtSoftwareMillVersion)

0 commit comments

Comments
 (0)