From 4ced03284b20ad22e55169390739856a19ea42fa Mon Sep 17 00:00:00 2001 From: Vincent Guerci Date: Fri, 2 Aug 2019 16:28:15 +0200 Subject: [PATCH] Scala 2.11.12 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 8e5679d4e..a19c7ee17 100644 --- a/build.sbt +++ b/build.sbt @@ -11,8 +11,8 @@ lazy val lolhttp = "0.12.0" lazy val commonSettings = Seq( organization := "com.criteo.cuttle", version := VERSION, - scalaVersion := "2.11.11", - crossScalaVersions := Seq("2.11.11", "2.12.3"), + scalaVersion := "2.11.12", + crossScalaVersions := Seq("2.11.12", "2.12.3"), scalacOptions ++= Seq( "-deprecation", "-encoding",