From 091215d339316b55a46e92ffb3ac88e08f62c6b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 15:27:08 +0000 Subject: [PATCH] Update dependency org.jetbrains.scala:sbt-kotlin-plugin to v3.1.7 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index efc0bf28..3acf372c 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("org.jetbrains.scala" % "sbt-kotlin-plugin" % "3.1.6") +addSbtPlugin("org.jetbrains.scala" % "sbt-kotlin-plugin" % "3.1.7") addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.6") addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.1") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.1")