diff --git a/build.sbt b/build.sbt index 10e733b..3770ec3 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ import sbt._ import sbt.io.Using -val scalaVer = "2.12.18" +val scalaVer = "2.12.19" Global / onChangedBuildSource := ReloadOnSourceChanges