diff --git a/build.sbt b/build.sbt index 0e75a92..ffa5ba7 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,5 @@ ThisBuild / version := "0.6.0" -ThisBuild / scalaVersion := "2.13.5" +ThisBuild / scalaVersion := "2.13.14" val compilerOptions = Seq( "-deprecation", // Emit warning and location for usages of deprecated APIs.