From b87c7ebc132a560dd1a7320b400172a26cd55bcf Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 7 Aug 2023 17:00:15 +0000 Subject: [PATCH] Update scala-library to 2.10.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b2306f1..b974fc6 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ name := "scala-retry" organization := "com.github.hipjim" -crossScalaVersions := Seq("2.10.6", "2.11.10", "2.12.15","2.13.11", "3.0.2") +crossScalaVersions := Seq("2.10.7", "2.11.10", "2.12.15","2.13.11", "3.0.2") version := "0.5.0-SNAPSHOT"