From bdaf2da1fc7dafb6587d1822b2089cf46fd60a8b Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 26 Feb 2024 21:25:39 +0100 Subject: [PATCH] Update sbt-idea-plugin to 3.24.0 (#694) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index e3a7f6cc..6f2caf8e 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -22,6 +22,6 @@ addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.10.4") addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.1") addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.1.1") addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.4") -addSbtPlugin("org.jetbrains" % "sbt-idea-plugin" % "3.18.3") +addSbtPlugin("org.jetbrains" % "sbt-idea-plugin" % "3.24.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.5") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.10.0")