Skip to content

Commit

Permalink
Update sbt-scalafmt to 2.5.4 (#298)
Browse files Browse the repository at this point in the history
Co-authored-by: Dave Smith <davesmith00000@users.noreply.github.com>
  • Loading branch information
scala-steward and davesmith00000 authored Jan 21, 2025
1 parent 170c98f commit 3882284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.0")
addSbtPlugin("com.github.reibitto" % "sbt-welcome" % "0.5.0")
addSbtPlugin("com.github.sbt" % "sbt-git" % "2.1.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4")

libraryDependencies += "org.scala-js" %% "scalajs-env-selenium" % "1.1.1"

0 comments on commit 3882284

Please sign in to comment.