From 5cfe1ba5a9cea3a1e878fd971ca3cd9b66432a7e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 26 Feb 2021 22:55:59 +0100 Subject: [PATCH] Update scala-library, scala-reflect to 2.12.13 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index cbd820c10..d59c61cff 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.13"), scalacOptions ++= Seq( "-deprecation", "-encoding",