From e92c99884c8536cd9ae370a5644452bda5ac2217 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 6 Jul 2022 21:10:32 +0000 Subject: [PATCH] Update scala-library to 2.12.16 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ebdda301..9a80f11a 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.16", "2.13.6") resolvers += Resolver.sonatypeRepo("snapshots")