Skip to content

Commit

Permalink
Merge pull request #93 from throup/updates/sbt-20240105
Browse files Browse the repository at this point in the history
Scala Steward: combined scalafmt updates
  • Loading branch information
throup authored Jan 5, 2024
2 parents d1cead4 + 1caddda commit 049f38f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "3.7.4"
version = "3.7.17"
runner.dialect = scala3
align.preset = more
maxColumn = 120
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.3.0")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.9")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.7")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.2")
addSbtPlugin("ch.epfl.scala" % "sbt-tasty-mima" % "0.3.1")

0 comments on commit 049f38f

Please sign in to comment.