From 0ce4c0d43faa84b7cc1e54bcea870774900fc3d2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 5 May 2024 19:05:12 +0000 Subject: [PATCH] Update scala-library to 2.13.14 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ebdda301..983a31b5 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.14") resolvers += Resolver.sonatypeRepo("snapshots")