diff --git a/.scalafmt.conf b/.scalafmt.conf index 1b38ef3..082dd0b 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.10.4 +version = 3.10.5 runner.dialect = scala3 maxColumn = 100 diff --git a/build.sbt b/build.sbt index 94883e0..9cea241 100644 --- a/build.sbt +++ b/build.sbt @@ -4,6 +4,6 @@ lazy val root = (project in file(".")) scalaVersion := "3.3.7", libraryDependencies ++= Seq( "com.47deg" %% "github4s" % "0.33.3", - "org.scalameta" %% "munit" % "1.2.1" % Test + "org.scalameta" %% "munit" % "1.2.2" % Test ) )