diff --git a/.scalafmt.conf b/.scalafmt.conf index fed9dd48..0ca221d0 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.8.2 +version = 3.8.3 runner.dialect = Scala213Source3 align.preset = true diff --git a/build.sbt b/build.sbt index cfb0583c..3b884486 100644 --- a/build.sbt +++ b/build.sbt @@ -18,7 +18,7 @@ val isScala3 = Def.setting { def specs2(scalaVersion: String) = Seq("core", "junit").map { n => - ("org.specs2" %% s"specs2-$n" % "4.20.7") % Test + ("org.specs2" %% s"specs2-$n" % "4.20.8") % Test } val jacksonDatabindVersion = "2.14.3" diff --git a/project/build.properties b/project/build.properties index 081fdbbc..ee4c672c 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.0 +sbt.version=1.10.1 diff --git a/project/plugins.sbt b/project/plugins.sbt index 25bcff68..ec51df76 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,7 +4,7 @@ resolvers ++= DefaultOptions.resolvers(snapshot = true) -addSbtPlugin("com.typesafe.play" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "2.9.4")) +addSbtPlugin("com.typesafe.play" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "2.9.5")) addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")