From 39a545dce68a57ce645d6167d7740ff83e6a3b1c Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Thu, 8 Jun 2023 00:17:13 +0000 Subject: [PATCH] Update scala-library to 2.12.18 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ae7eae3..fb4be84 100644 --- a/build.sbt +++ b/build.sbt @@ -1,4 +1,4 @@ -crossScalaVersions := Seq("2.13.10", "2.12.16") +crossScalaVersions := Seq("2.13.10", "2.12.18") scalaVersion := crossScalaVersions.value.head name := "library-example"