diff --git a/.scalafmt.conf b/.scalafmt.conf index 1010519a..a9bde9ae 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.7.17 +version = 3.8.2 runner.dialect = scala213 continuationIndent.defnSite = 2 docstrings.style = Asterisk diff --git a/build.sbt b/build.sbt index 0f662a77..c027fb90 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ val Versions = new { val scalaTestPlus = "3.2.11.0" val scala213 = "2.13.13" - val scala3 = "3.3.1" + val scala3 = "3.3.3" val scalaVersions = Seq(scala213, scala3) } diff --git a/project/build.properties b/project/build.properties index 04267b14..ee4c672c 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.9 +sbt.version=1.10.1 diff --git a/project/plugins.sbt b/project/plugins.sbt index 3fe1fdce..5e48a521 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,2 +1,2 @@ -addSbtPlugin("io.circe" % "sbt-circe-org" % "0.4.1") -addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.14.0") +addSbtPlugin("io.circe" % "sbt-circe-org" % "0.4.2") +addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")