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.