Skip to content

Commit

Permalink
Merge pull request #238 from http4s/update/sbt-http4s-org-0.17.0
Browse files Browse the repository at this point in the history
Update sbt-http4s-org to 0.17.0
  • Loading branch information
danicheg authored Apr 25, 2024
2 parents ba4c4df + 5bb3d98 commit 2d8252f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ ThisBuild / developers := List(
ThisBuild / tlSitePublishBranch := Some("main")
ThisBuild / homepage := Some(url("https://github.com/http4s/http4s-session"))
ThisBuild / licenses := List("MIT" -> url("http://opensource.org/licenses/MIT"))
ThisBuild / startYear := Some(2024)

val Scala213Cond = s"matrix.scala == '$Scala213'"

Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("org.http4s" % "sbt-http4s-org" % "0.16.3")
addSbtPlugin("org.http4s" % "sbt-http4s-org" % "0.17.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17")
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")

0 comments on commit 2d8252f

Please sign in to comment.