From b8f0432671d94f46d8058a11fad2c3f1c2597278 Mon Sep 17 00:00:00 2001 From: "gu-scala-steward-public-repos[bot]" <108136057+gu-scala-steward-public-repos[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 10:06:53 +0000 Subject: [PATCH] Update scala-library to 2.13.16 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2190ca7..3dbbd5c 100644 --- a/build.sbt +++ b/build.sbt @@ -19,7 +19,7 @@ lazy val root = (project in file(".")) .settings( name := """cdk-playground""", version := "1.0-SNAPSHOT", - scalaVersion := "2.13.15", + scalaVersion := "2.13.16", scalacOptions ++= List( "-encoding", "utf8", "-deprecation",