From ed4f34829c3b8688b5e84e566432d09c7dfae787 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Wed, 11 Oct 2023 00:06:05 +0000 Subject: [PATCH] Update sbt-ide-settings to 1.1.2 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 01da99e..3f5b751 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,7 +4,7 @@ val scalaNativeVersion = Option(System.getenv("SCALANATIVE_VERSION")).getOrElse( addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion) addSbtPlugin("org.scala-native" % "sbt-scala-native" % scalaNativeVersion) addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.9.1") -addSbtPlugin("org.jetbrains.scala" % "sbt-ide-settings" % "1.1.1") +addSbtPlugin("org.jetbrains.scala" % "sbt-ide-settings" % "1.1.2") val sbtSoftwareMillVersion = "2.0.18" addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-common" % sbtSoftwareMillVersion)