From ee590c8c0418b614feb0edaea97c546a8c50d691 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 10 Jun 2023 13:46:32 +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 48d8114..7695b99 100644 --- a/build.sbt +++ b/build.sbt @@ -30,7 +30,7 @@ lazy val docs = project lazy val commonSettings = Seq( scalaVersion := "2.13.5", - crossScalaVersions := List(scalaVersion.value, "2.12.12"), + crossScalaVersions := List(scalaVersion.value, "2.12.18"), scalacOptions ++= (CrossVersion.partialVersion(scalaVersion.value) match { case Some((2, n)) if n >= 13 => Seq("-Ymacro-annotations") case _ => Nil