Skip to content

Commit

Permalink
Merge pull request #258 from scala-steward/update/2.2.x/patches
Browse files Browse the repository at this point in the history
[2.2.x] Patch updates
  • Loading branch information
mkurz authored Jun 24, 2024
2 parents 48d2281 + 42a5d37 commit 50b9f38
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,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(
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
addSbtPlugin("com.typesafe.play" % "sbt-twirl" % "1.6.6")
addSbtPlugin("com.typesafe.play" % "sbt-twirl" % "1.6.7")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")

0 comments on commit 50b9f38

Please sign in to comment.