From 3ff82871dcf8837a94fd7ac2bb7525d13163f45f Mon Sep 17 00:00:00 2001 From: Markus Lottmann Date: Mon, 30 Mar 2026 13:13:44 +0200 Subject: [PATCH] Migrate to Scala 3.7 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index a2ca6b06..3bc13295 100644 --- a/build.sbt +++ b/build.sbt @@ -16,9 +16,9 @@ Global / excludeLintKeys += Fast / configuration Global / excludeLintKeys += gitCommitString lazy val commonSettings = Seq( - scalaVersion := "3.6.4", + scalaVersion := "3.7.4", organization := "io.shiftleft", - scalacOptions ++= Seq("-Xtarget:8"), + scalacOptions ++= Seq("-Xtarget:8", "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"), resolvers ++= Seq( Resolver.mavenLocal, "Atlassian Maven Repository" at "https://maven.atlassian.com/repository/public"