From 1957df153733b6c92a99e8b8fe8e9e66c7958bf7 Mon Sep 17 00:00:00 2001 From: Mark Canlas Date: Mon, 18 Mar 2019 20:27:33 -0400 Subject: [PATCH] upgrade scala --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7076076..0c9e780 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ val scala210Version = "2.10.7" val scala211Version = "2.11.12" -val scala212Version = "2.12.6" +val scala212Version = "2.12.8" val attributesVersion = "0.30" val disciplineVersion = "0.8"