diff --git a/.scalafmt.conf b/.scalafmt.conf index 7ff6913..5cd671f 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,2 +1,2 @@ -version = "3.10.1" +version = "3.10.2" runner.dialect="scala213source3" diff --git a/build.sbt b/build.sbt index 7619619..1ae0cb7 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ import sbtcrossproject.CrossPlugin.autoImport.crossProject val Scala212 = "2.12.20" -val Scala213 = "2.13.17" +val Scala213 = "2.13.18" val Scala3 = "3.3.7" ThisBuild / scalaVersion := Scala212