Skip to content

Commit

Permalink
Merge pull request #352 from http4s/update/sbt-tpolecat-0.4.4
Browse files Browse the repository at this point in the history
Update sbt-tpolecat to 0.4.4
  • Loading branch information
froth authored Oct 15, 2023
2 parents f6b79cf + f16dd3e commit 461d43e
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 @@ -46,7 +46,7 @@ lazy val root = project
"org.typelevel" %% "munit-cats-effect-3" % MunitCatsEffectVersion % Test,
"ch.qos.logback" % "logback-classic" % LogbackVersion % Runtime,
),
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.2"),
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.4"),
addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0"),
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.3"),
Test / test := {
Expand Down
2 changes: 1 addition & 1 deletion src/main/g8/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.2")
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.4")
addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.3")

0 comments on commit 461d43e

Please sign in to comment.