From fac2becf0f54c389a36eb096b98c6965140bd184 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 28 May 2021 11:03:15 +0200 Subject: [PATCH] Update scala-library, scala-reflect to 2.12.14 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c8a8c8c..0f52b90 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ val VERSION = "0.13.1" lazy val commonSettings = Seq( organization := "com.criteo.lolhttp", version := VERSION, - scalaVersion := "2.12.8", + scalaVersion := "2.12.14", crossScalaVersions := Seq("2.11.12", scalaVersion.value), scalacOptions ++= { Seq(