From f12bf43a7e695d0e373480825d603a9aea187bf1 Mon Sep 17 00:00:00 2001 From: Brice Jaglin Date: Tue, 23 Apr 2024 07:43:07 +0200 Subject: [PATCH] troubleshoot --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 06dc6383..6427339d 100644 --- a/build.sbt +++ b/build.sbt @@ -56,7 +56,7 @@ scriptedSbt := { if (jdk >= 21) "1.9.0" // first release that supports JDK21 else - (pluginCrossBuild / sbtVersion).value + "1.4.9" } libraryDependencies += compilerPlugin(scalafixSemanticdb)