From d0aec569b207ef533cd152597993f4ea8e6e58f1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 25 Jun 2025 18:18:14 +0000 Subject: [PATCH] Update sbt-idea-plugin to 4.1.16 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 1c36717..5a3a89a 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ -addSbtPlugin("org.jetbrains" % "sbt-idea-plugin" % "4.1.0") +addSbtPlugin("org.jetbrains" % "sbt-idea-plugin" % "4.1.16") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4") addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.7")