diff --git a/build.sbt b/build.sbt index dff6eba..6b1d27e 100644 --- a/build.sbt +++ b/build.sbt @@ -170,7 +170,7 @@ lazy val javaVmArgs: List[String] = { } lazy val plugin = (projectMatrix in file("sbt-conscript")) - .jvmPlatform(scalaVersions = Seq("3.7.2", "2.12.20")) + .jvmPlatform(scalaVersions = Seq("3.7.2", "2.12.21")) .enablePlugins(SbtPlugin) .settings( commonSettings,