diff --git a/.scalafmt.conf b/.scalafmt.conf index 13d837e..7d14919 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,5 +1,5 @@ # tune this file as appropriate to your style! see: https://olafurpg.github.io/scalafmt/#Configuration -version = 3.0.8 +version = 3.5.1 runner.dialect = scala3 maxColumn = 100 diff --git a/project/build.properties b/project/build.properties index e64c208..c8fcab5 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.5.8 +sbt.version=1.6.2 diff --git a/project/plugins.sbt b/project/plugins.sbt index 930cab4..2cbc2aa 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.22") -addSbtPlugin("io.chrisdavenport" % "sbt-davenverse" % "0.0.7") +addSbtPlugin("io.chrisdavenport" % "sbt-davenverse" % "0.1.4") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")