From ec70bdbffbfbd04e275bb105f54dd0ada842e4e0 Mon Sep 17 00:00:00 2001 From: scala-steward <162267+scala-steward-for-moia[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 09:24:53 +0000 Subject: [PATCH] Update scala-library to 2.12.20 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 20f55aa..2757f75 100644 --- a/build.sbt +++ b/build.sbt @@ -6,7 +6,7 @@ lazy val root = (project in file(".")) scmInfo := Some(ScmInfo(url("https://github.com/moia-oss/scala-pekko-http-client"), "scm:git@github.com:moia-oss/scala-pekko-http-client.git")), homepage := Some(url("https://github.com/moia-oss/scala-pekko-http-client")), scalaVersion := "2.13.14", - crossScalaVersions := List("2.12.19", "2.13.14"), + crossScalaVersions := List("2.12.20", "2.13.14"), versionScheme := Some("early-semver"), scalacOptions ++= { CrossVersion.partialVersion(scalaVersion.value) match {