From a81df932b21938ad82b40235adec7d67d2b20199 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 28 Feb 2024 04:22:39 +0000 Subject: [PATCH] Update scala-library to 2.12.19 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8c93a34..f2c3fb9 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ val http4sVersion = "1.0.0-M30" inThisBuild( Seq( organization := "no.scalabin.http4s", - crossScalaVersions := Seq("2.13.8", "2.12.15", "3.1.0"), + crossScalaVersions := Seq("2.13.8", "2.12.19", "3.1.0"), scalaVersion := crossScalaVersions.value.head, scalacOptions ++= Seq( "-feature",