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" ) )