From 1c5d94c802f0e32cea2e706a39e7d0b91404913e Mon Sep 17 00:00:00 2001 From: Alex Henning Johannessen Date: Fri, 23 Aug 2024 10:10:16 +0100 Subject: [PATCH] all: Scala 3.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a2afb9b0..5bed07fc 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ import Dependencies._ Global / onChangedBuildSource := ReloadOnSourceChanges Global / lintUnusedKeysOnLoad := false -lazy val Scala3 = "3.4.3" +lazy val Scala3 = "3.5.0" lazy val sec = project .in(file("."))