From e0ec1336aacf93e691872b6875ce81c01c15fe20 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 15 Oct 2025 18:22:15 +0000 Subject: [PATCH] scala3-library 3.3.7 (was 3.3.6) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ae4ceca..ecce5f4 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ version := "1.0-SNAPSHOT" enablePlugins(PlayScala) -scalaVersion := "3.3.6" +scalaVersion := "3.3.7" scalacOptions ++= List("-encoding", "utf8", "-deprecation", "-feature", "-unchecked") libraryDependencies ++= Seq(