From abc5d4dc426c21f06e7f4445c02308fabf0595f5 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Wed, 11 Oct 2023 00:21:26 +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 dfaa56f76f..5ffc3bae1b 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -11,5 +11,5 @@ addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-browser-tes addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.7") -addSbtPlugin("org.jetbrains.scala" % "sbt-ide-settings" % "1.1.1") +addSbtPlugin("org.jetbrains.scala" % "sbt-ide-settings" % "1.1.2") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3")