From c88b0c7dec69b544d0452b5e6bb2d202f52e5121 Mon Sep 17 00:00:00 2001 From: "horothesun-scala-steward[bot]" <132169906+horothesun-scala-steward[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 22:43:54 +0000 Subject: [PATCH] Update scala-library to 2.13.18 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2673584..a67baf9 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.17" +ThisBuild / scalaVersion := "2.13.18" val projectName = "demo-api-gateway-lambda"