From 0691052609b1bd85b1cd5aed51706074f6f30ae0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 24 Oct 2024 22:45:59 +0000 Subject: [PATCH] Update sbt-idea-plugin to 4.0.2 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index bf1a4fb..56cb053 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ -addSbtPlugin("org.jetbrains" % "sbt-idea-plugin" % "3.26.2") +addSbtPlugin("org.jetbrains" % "sbt-idea-plugin" % "4.0.2") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.4")