From a24506ce2071cef331cae55b5e48484da2c5c000 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Mon, 23 Sep 2024 10:26:00 -0600 Subject: [PATCH] Scala 3.5.1 (was 3.4.2) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6dc6289..2e8f7a1 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ name := "make-release-notes" -scalaVersion := "3.4.2" +scalaVersion := "3.5.1" scalacOptions ++= Seq("-feature", "-deprecation", "-Werror", "-source:future") libraryDependencies ++= Seq(