From c08aa1a6b846a8ec4036a91c7763fe9b0d96a48c 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, 26 Nov 2025 10:09:12 +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 aa85310..2bb7822 100644 --- a/build.sbt +++ b/build.sbt @@ -6,7 +6,7 @@ name := "atom-maker-lib" lazy val artifactProductionSettings = Seq( organization := "com.gu", - scalaVersion := "2.13.13", + scalaVersion := "2.13.18", licenses := Seq(License.Apache2), scalacOptions := Seq("-deprecation", "-feature", "-release:11") )