Skip to content

Commit

Permalink
Merge branch 'main' into update/sbt-1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored May 8, 2024
2 parents d56072d + 93da791 commit e9aa0a0
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 @@ -20,7 +20,7 @@ lazy val docs = project
.in(file("site"))
.enablePlugins(Http4sOrgSitePlugin)

ThisBuild / tlBaseVersion := "0.16"
ThisBuild / tlBaseVersion := "0.17"
ThisBuild / crossScalaVersions := Seq("2.12.19")
ThisBuild / developers := List(
Developer(
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/scala/org/http4s/sbt/Http4sOrgPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ object Http4sOrgPlugin extends AutoPlugin {
scalafixScalaBinaryVersion := (LocalProject(
internalScalafixProject) / scalaBinaryVersion).value,
scalafixDependencies ++= Seq(
"org.http4s" %% "http4s-scalafix-internal" % "0.23.26"
"org.http4s" %% "http4s-scalafix-internal" % "0.23.27"
)
)

Expand Down

0 comments on commit e9aa0a0

Please sign in to comment.