From 8912e0885109a86aeb50f506ae015f299571aed0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 17 Sep 2022 15:28:29 +0000 Subject: [PATCH] Update scala-library, scala-reflect to 2.12.17 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9be8d09..7726d7d 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ val VERSION = "0.13.4" lazy val commonSettings = Seq( organization := "com.criteo.lolhttp", version := VERSION, - scalaVersion := "2.12.8", + scalaVersion := "2.12.17", crossScalaVersions := Seq("2.11.12", scalaVersion.value), scalacOptions ++= { Seq(