diff --git a/.scalafmt.conf b/.scalafmt.conf index 3db46c8..22ea1b2 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -9,4 +9,4 @@ rewrite.rules = [ AvoidInfix, ExpandImportSelectors, RedundantParens, SortModifi rewrite.sortModifiers.order = [ "private", "protected", "final", "sealed", "abstract", "implicit", "override", "lazy" ] spaces.inImportCurlyBraces = true # more idiomatic to include whitepsace in import x.{ yyy } trailingCommas = preserve -version = 3.8.1 +version = 3.8.2 diff --git a/build.sbt b/build.sbt index f1d3502..7ad0d13 100644 --- a/build.sbt +++ b/build.sbt @@ -66,7 +66,7 @@ libraryDependencies ++= Seq( ("org.pegdown" % "pegdown" % "1.6.0").exclude("org.parboiled", "parboiled-java"), "org.parboiled" % "parboiled-java" % "1.4.1", "commons-io" % "commons-io" % "2.16.1", - "org.specs2" %% "specs2-core" % "4.20.5" % Test + "org.specs2" %% "specs2-core" % "4.20.7" % Test ) javacOptions ++= Seq( diff --git a/project/plugins.sbt b/project/plugins.sbt index 4cd4865..e90c5e7 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ // Copyright (C) from 2022 The Play Framework Contributors , 2011-2021 Lightbend Inc. -addSbtPlugin("org.playframework.twirl" % "sbt-twirl" % "2.0.5") +addSbtPlugin("org.playframework.twirl" % "sbt-twirl" % "2.0.6") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")