From 0685bcba697e9b8841d85134cdda41be2790aa54 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 12 Jun 2026 20:43:48 +0000 Subject: [PATCH] scala3-library 3.3.8 (was 3.3.7) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2a8da8b..dbc50a2 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ version := "1.0-SNAPSHOT" enablePlugins(PlayScala) -scalaVersion := "3.3.7" +scalaVersion := "3.3.8" scalacOptions ++= List("-encoding", "utf8", "-deprecation", "-feature", "-unchecked") libraryDependencies ++= Seq(