From 334a02e164efb62ca4626e6e9b340e9ff18cd517 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 12 Sep 2023 20:35:55 +0000 Subject: [PATCH] Update scala-library to 2.13.12 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7ec9c29..767e883 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ lazy val commonSettings = Seq( organizationName := "Lomig Mégard", startYear := Some(2016), version := "1.2.1-SNAPSHOT", - scalaVersion := "2.13.11", + scalaVersion := "2.13.12", crossScalaVersions := Seq(scalaVersion.value, "2.12.18", "3.3.0"), scalacOptions ++= Seq( "-encoding",