From f46fbdc5904fe5e078a8d8ef67672da9c1f15026 Mon Sep 17 00:00:00 2001 From: "scala-steward-bitlap[bot]" <210123847+scala-steward-bitlap[bot]@users.noreply.github.com> Date: Thu, 8 May 2025 01:56:15 +0000 Subject: [PATCH] Update sbt-kotlin-plugin to 4.0.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 4e800c7..74b29f4 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -5,4 +5,4 @@ ThisBuild / resolvers ++= Seq( addSbtPlugin("org.jetbrains" % "sbt-ide-settings" % "1.1.0") addSbtPlugin("org.jetbrains" % "sbt-idea-plugin" % "4.1.5") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4") -addSbtPlugin("org.bitlap" % "sbt-kotlin-plugin" % "4.0.0") +addSbtPlugin("org.bitlap" % "sbt-kotlin-plugin" % "4.0.1")