From ed80a24ffafcb1fe291e04df52bc7fb7738a4245 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: Wed, 28 Feb 2024 11:11:54 +0000 Subject: [PATCH] Update scala-library to 2.13.13 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e18b3ab47..d15cacd3c 100644 --- a/build.sbt +++ b/build.sbt @@ -7,7 +7,7 @@ import com.typesafe.sbt.packager.docker.{Cmd, ExecCmd} val projectVersion = "1.0-latest" organization := "com.gu" -ThisBuild / scalaVersion := "2.13.12" +ThisBuild / scalaVersion := "2.13.13" val compilerOptions = Seq( "-deprecation",