Skip to content

Commit

Permalink
Merge pull request #109 from Dwolla/update/sbt-scalafix-0.14.0
Browse files Browse the repository at this point in the history
Update sbt-scalafix to 0.14.0
  • Loading branch information
bpholt authored Jan 29, 2025
2 parents 9b0e3f5 + 8c9a4ca commit f2999cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ThisBuild / developers := List(
),
)
ThisBuild / crossScalaVersions := Seq(
"2.13.15",
"2.13.16",
"3.3.4",
)
ThisBuild / scalaVersion := crossScalaVersions.value.head
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.7.7")
addSbtPlugin("org.typelevel" % "sbt-typelevel-settings" % "0.7.7")
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.7.7")
addSbtPlugin("com.disneystreaming.smithy4s" % "smithy4s-sbt-codegen" % "0.18.29")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.0")

0 comments on commit f2999cb

Please sign in to comment.