From 6089fe2a53b7ebbef0d88847ea025d33ec2e3f7e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 7 Oct 2025 15:32:53 +0000 Subject: [PATCH] Update scala-library to 2.13.17 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 30a619f..9148500 100644 --- a/build.sbt +++ b/build.sbt @@ -2,11 +2,11 @@ name := "scala-retry" organization := "com.github.hipjim" -crossScalaVersions := Seq("2.10.6", "2.11.10", "2.12.15","2.13.15", "3.0.2") +crossScalaVersions := Seq("2.10.6", "2.11.10", "2.12.15","2.13.17", "3.0.2") version := "0.5.0-SNAPSHOT" -scalaVersion := "2.13.15" +scalaVersion := "2.13.17" scalacOptions ++= Seq( // warnings