diff --git a/.scalafmt.conf b/.scalafmt.conf index 570f624..9049394 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version=3.0.0-RC6 +version=3.7.2 runner.dialect = scala3 align.openParenCallSite = true align.openParenDefnSite = true diff --git a/project/Dependencies.scala b/project/Dependencies.scala index e4d9cf9..0d9fd61 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -6,7 +6,7 @@ import de.heikoseeberger.sbtheader.HeaderPlugin.autoImport.{headerLicense, heade object Version { val jts = "1.19.0" - val scalaTest = "3.2.14" + val scalaTest = "3.2.15" val circe = "0.14.3" } diff --git a/project/plugins.sbt b/project/plugins.sbt index 25f3083..e9b2aae 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ -addSbtPlugin("com.github.sbt" % "sbt-jni" % "1.5.4") -addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.3") +addSbtPlugin("com.github.sbt" % "sbt-jni" % "1.6.0") +addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.9.0") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0")