From b0c39807cd700c6a05f5279008fbe00140619251 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 08:29:03 +0000 Subject: [PATCH 1/2] Update sbt-http4s-org to 0.17.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 239e1ab..415ff8f 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -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") From 5bb3d98e91bd63064216ad07fbc65a7e9ded3ee5 Mon Sep 17 00:00:00 2001 From: danicheg Date: Thu, 25 Apr 2024 18:08:15 +0400 Subject: [PATCH 2/2] Set startYear in build.sbt --- build.sbt | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sbt b/build.sbt index 8e8776a..a6f8fbc 100644 --- a/build.sbt +++ b/build.sbt @@ -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'"