From 6c424064ecba627733b10486fc36783c2e1f7b07 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 28 May 2021 11:03:04 +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 8db5611c..0a8f6638 100644 --- a/build.sbt +++ b/build.sbt @@ -13,7 +13,7 @@ lazy val commonSettings = Seq( organization := "com.criteo.cuttle", version := VERSION, scalaVersion := "2.11.12", - crossScalaVersions := Seq("2.11.12", "2.12.8"), + crossScalaVersions := Seq("2.11.12", "2.12.14"), scalacOptions ++= Seq( "-deprecation", "-encoding",