diff --git a/build.sbt b/build.sbt index 5296b59..3b19a91 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ addCommandAlias("full-test", ";+clean;+Test/clean;+test") Global / onChangedBuildSource := ReloadOnSourceChanges val Scala212 = "2.12.19" -val Scala213 = "2.13.13" +val Scala213 = "2.13.16" val Scala3 = "3.3.1" //=============================================================================