From e05ce783de4b332e5a8b66feda5d17f9cc9222d2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 8 May 2024 12:44:39 +0000 Subject: [PATCH] Update sbt-idea-plugin to 3.23.2 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index cd3bffe6..a8c35b5f 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("org.jetbrains" % "sbt-idea-plugin" % "3.23.1") +addSbtPlugin("org.jetbrains" % "sbt-idea-plugin" % "3.23.2") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.1")