diff --git a/build.sbt b/build.sbt index 0ac97b3..2b2a1de 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ Global / onChangedBuildSource := IgnoreSourceChanges // not working well with webpack devserver ThisBuild / version := "0.1.0-SNAPSHOT" -ThisBuild / scalaVersion := "2.13.13" +ThisBuild / scalaVersion := "2.13.14" Global / excludeLintKeys += webpackDevServerPort // TODO: