From a86272b519b04dad5814d3e3bdb76080a76b5b3d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 15 Oct 2025 16:58:47 +0000 Subject: [PATCH] Update scala3-library to 3.3.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 66532e7..10dbdb8 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,5 @@ ThisBuild / organization := "io.latis-data" -ThisBuild / scalaVersion := "3.3.6" +ThisBuild / scalaVersion := "3.3.7" val fs2DataVersion = "1.8.1" val http4sVersion = "0.23.32"