From ea54d912bc6968a22045ad4685d6cef4f7c32b8d Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Fri, 13 Sep 2019 16:18:37 +0200 Subject: [PATCH] Switch to scala 2.12.10 (#135) --- project/Settings.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Settings.scala b/project/Settings.scala index b870c5c7f..9999dcb2a 100644 --- a/project/Settings.scala +++ b/project/Settings.scala @@ -10,7 +10,7 @@ import coursier.ShadingPlugin.autoImport.{Shading, shadingNamespace} object Settings { - def scala212 = "2.12.7" + def scala212 = "2.12.10" def sbt10Version = "1.0.2"