From 7c6a85735e575ac957b804b9680f0eb5f5e3886c 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: Tue, 18 Nov 2025 17:56:39 +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 aa85310..bd6d9e4 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.17", licenses := Seq(License.Apache2), scalacOptions := Seq("-deprecation", "-feature", "-release:11") )