From 77f6db43b4dc4e3b1ab681b86a754a098b78041d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 5 Feb 2025 15:38:03 +0000 Subject: [PATCH] Update scala-library to 2.13.16 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index c4f2465..ab2ff94 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.15", - crossScalaVersions := Seq("2.13.15", "3.3.5"), + scalaVersion := "2.13.16", + crossScalaVersions := Seq("2.13.16", "3.3.5"), scalacOptions ++= { Seq( "-deprecation",