From 8d4d22e38a586bdb8633cbcdf7d1e2a4a0da64c6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 8 Jun 2023 23:45:33 +0000 Subject: [PATCH] Update scala-library to 2.13.11 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ebdda301..697fab8d 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ organization := "io.github.pauljamescleary" name := "scala-pet-store" version := "0.0.1-SNAPSHOT" -crossScalaVersions := Seq("2.12.15", "2.13.6") +crossScalaVersions := Seq("2.12.15", "2.13.11") resolvers += Resolver.sonatypeRepo("snapshots")