From bad6866e3ac484335cc52d6550a3f3789de86718 Mon Sep 17 00:00:00 2001 From: Sam Date: Fri, 4 Jun 2021 12:49:19 +0700 Subject: [PATCH] Update to scala 2.12.14 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2d51a0a6..f3b4aceb 100644 --- a/build.sbt +++ b/build.sbt @@ -25,7 +25,7 @@ inThisBuild( licenses := Seq( "Apache-2.0" -> url("http://www.apache.org/license/LICENSE-2.0") ), - scalaVersion := "2.12.13" + scalaVersion := "2.12.14" ) )