From 8d01492f94287e8bbd8c24fd28b0f4e44283172e Mon Sep 17 00:00:00 2001 From: "horothesun-scala-steward[bot]" <132169906+horothesun-scala-steward[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 22:41:27 +0000 Subject: [PATCH] Update scala-library to 2.13.17 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9070d28..2673584 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ scalacOptions += "-Xfatal-warnings" ThisBuild / organization := "com.horothesun" ThisBuild / organizationName := "horothesun" -ThisBuild / scalaVersion := "2.13.16" +ThisBuild / scalaVersion := "2.13.17" val projectName = "demo-api-gateway-lambda"