From e00daaa399457f637ef1924483b877768739880b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 8 Jun 2026 13:52:00 +0000 Subject: [PATCH] Update java-test-framework to 261.25134.121 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 654a162..deb2697 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ import org.jetbrains.sbtidea.Keys._ ThisBuild / scalaVersion := "2.13.18" ThisBuild / intellijPluginName := "intellij-hocon" -ThisBuild / intellijBuild := "261.22158.414" +ThisBuild / intellijBuild := "261.25134.121" ThisBuild / githubWorkflowJavaVersions := Seq(JavaSpec.temurin("21")) // Cache the IntelliJ SDK (~800MB) that the sbt-idea-plugin downloads on build load; the default // sbt cache doesn't cover it. Keyed on build.sbt so an intellijBuild bump invalidates the entry.