From d2f22052b303f6151f387e899043ae1c10cd61dc Mon Sep 17 00:00:00 2001 From: scala-steward Date: Fri, 9 May 2025 00:18:52 +0000 Subject: [PATCH] Update scala3-library to 3.3.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index bcf9cc0a9c..547de3a1ee 100644 --- a/build.sbt +++ b/build.sbt @@ -1,4 +1,4 @@ -val currentScalaVersion = "3.3.3" +val currentScalaVersion = "3.3.6" val emailValidatorVersion = "1.9.0" val flywayVersion = "10.20.0" val hikariVersion = "6.0.0"