From e14f4a1ac72322a83f7a1525ca0d407fbc6a1485 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 26 Nov 2025 17:05:55 +0000 Subject: [PATCH] Update scala-library to 2.13.18 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 11d515a3..bdcfea41 100644 --- a/build.sbt +++ b/build.sbt @@ -19,8 +19,8 @@ lazy val commonSettings = Seq( "hello@firstbird.com", url("https://github.com/firstbirdtech/backbone/graphs/contributors") ), - scalaVersion := "2.13.16", - crossScalaVersions := Seq("2.13.16", "3.3.6"), + scalaVersion := "2.13.18", + crossScalaVersions := Seq("2.13.18", "3.3.6"), scalacOptions ++= { Seq( "-deprecation",