diff --git a/.scalafmt.conf b/.scalafmt.conf index 63dcba1..6de11c4 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.7.17 +version = 3.8.0 runner.dialect = scala213 maxColumn = 100 newlines.source = keep diff --git a/build.sbt b/build.sbt index 1a2e32b..28e62bd 100644 --- a/build.sbt +++ b/build.sbt @@ -28,7 +28,7 @@ scalaVersion := crossScalaVersions.value.head libraryDependencies ++= Seq( "org.scalatest" %% "scalatest-wordspec" % "3.2.18" % Test, "org.scalatest" %% "scalatest-shouldmatchers" % "3.2.18" % Test, - "org.scalameta" %% "munit" % "1.0.0-M10" % Test, + "org.scalameta" %% "munit" % "1.0.0-M11" % Test, ) scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature", "-Xfatal-warnings") ++ ( diff --git a/project/build.properties b/project/build.properties index abbbce5..04267b1 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.8 +sbt.version=1.9.9