From d6f9fcf9c699ec89bf454db58d42a0f0ff3cb01c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 17 May 2024 18:48:23 +0000 Subject: [PATCH] Update scala3-library to 3.4.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2983f561..0bc42743 100644 --- a/build.sbt +++ b/build.sbt @@ -16,7 +16,7 @@ Global / excludeLintKeys += Fast / configuration Global / excludeLintKeys += gitCommitString lazy val commonSettings = Seq( - scalaVersion := "3.4.1", + scalaVersion := "3.4.2", organization := "io.shiftleft", scalacOptions ++= Seq("-Xtarget:8"), resolvers ++= Seq(