Skip to content

Commit

Permalink
Merge pull request #284 from softwaremill/update/sbt-tpolecat-0.5.2
Browse files Browse the repository at this point in the history
Update sbt-tpolecat to 0.5.2
  • Loading branch information
adamw authored Oct 18, 2024
2 parents 004b876 + 6070f16 commit c0f42db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ lazy val common = project
addSbtPlugin(
"org.scalameta" % "sbt-scalafmt" % BuildInfo.sbtScalafmtVersion
),
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.1")
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2")
)

lazy val publish = project
Expand Down

0 comments on commit c0f42db

Please sign in to comment.