From 54b088a07da1926a36ba3cb8daa9a804c48703d5 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 26 Feb 2021 22:56:08 +0100 Subject: [PATCH] Update scala-library, scala-reflect to 2.13.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 887036d..26c623b 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ lazy val commonSettings = Seq( organization := "com.criteo.lolhttp", version := VERSION, scalaVersion := "2.12.8", - crossScalaVersions := Seq("2.11.12", scalaVersion.value), + crossScalaVersions := Seq("2.13.5", scalaVersion.value), scalacOptions ++= { Seq( "-deprecation",