From 2ff8b62653c98aa8bcb377fe09cbe45b984ea4b6 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 12:33:03 +0000 Subject: [PATCH 01/18] Update sbt-tpolecat to 0.5.0 --- build.sbt | 2 +- src/main/g8/project/plugins.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index c7a62d2..c1b7d13 100644 --- a/build.sbt +++ b/build.sbt @@ -48,7 +48,7 @@ lazy val root = project.in(file(".")) "org.typelevel" %% "munit-cats-effect-3" % MunitCatsEffectVersion % Test, "ch.qos.logback" % "logback-classic" % LogbackVersion % Runtime, ), - addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.4"), + addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.0"), addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0"), addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.3"), Test / test := { diff --git a/src/main/g8/project/plugins.sbt b/src/main/g8/project/plugins.sbt index 6cd6d39..6b37c67 100644 --- a/src/main/g8/project/plugins.sbt +++ b/src/main/g8/project/plugins.sbt @@ -1,3 +1,3 @@ -addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.14") +addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.1.14") addSbtPlugin("io.spray" % "sbt-revolver" % "0.9.1") addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.10") From 826ad883b86856cfd57c9b6d4b34f42722db7ecd Mon Sep 17 00:00:00 2001 From: Fred Roth Date: Wed, 18 Oct 2023 08:42:42 +0200 Subject: [PATCH 02/18] Fix sbt-tpolecat update --- src/main/g8/project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/g8/project/plugins.sbt b/src/main/g8/project/plugins.sbt index 6b37c67..ad66668 100644 --- a/src/main/g8/project/plugins.sbt +++ b/src/main/g8/project/plugins.sbt @@ -1,3 +1,3 @@ -addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.1.14") +addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.0") addSbtPlugin("io.spray" % "sbt-revolver" % "0.9.1") addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.10") From 163c66ea6845284892bd41aa04c9e02a27b106e3 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 08:29:54 +0000 Subject: [PATCH 03/18] Update sbt-typelevel-github-actions to 0.6.0 --- project/plugin.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugin.sbt b/project/plugin.sbt index 8b0f9ab..9088e89 100644 --- a/project/plugin.sbt +++ b/project/plugin.sbt @@ -1,3 +1,3 @@ addSbtPlugin("org.foundweekends.giter8" % "sbt-giter8" % "0.16.2") -addSbtPlugin("org.typelevel" % "sbt-typelevel-github-actions" % "0.5.4") +addSbtPlugin("org.typelevel" % "sbt-typelevel-github-actions" % "0.6.0") From 00f1154aa36b008bcb89f5af4d76af78566731f4 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 01:12:45 +0000 Subject: [PATCH 04/18] Update sbt to 1.9.7 --- project/build.properties | 2 +- src/main/g8/project/build.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/project/build.properties b/project/build.properties index 2743082..e8a1e24 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.6 +sbt.version=1.9.7 diff --git a/src/main/g8/project/build.properties b/src/main/g8/project/build.properties index 07960c0..d928255 100644 --- a/src/main/g8/project/build.properties +++ b/src/main/g8/project/build.properties @@ -1,2 +1,2 @@ -sbt.version=1.9.6 +sbt.version=1.9.7 From 97669541e7a3fa9100b59d80acf2db1b3544e905 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 08:19:08 +0000 Subject: [PATCH 05/18] Update sbt-assembly to 2.1.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c1b7d13..9616164 100644 --- a/build.sbt +++ b/build.sbt @@ -50,7 +50,7 @@ lazy val root = project.in(file(".")) ), addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.0"), addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0"), - addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.3"), + addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.4"), Test / test := { val _ = (Test / g8Test).toTask("").value }, From 281e0e6d9a5e7877e290c7557ad3d29021184552 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 16:21:33 +0000 Subject: [PATCH 06/18] Update sbt-typelevel-github-actions to 0.6.1 --- project/plugin.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugin.sbt b/project/plugin.sbt index 9088e89..e54d0c1 100644 --- a/project/plugin.sbt +++ b/project/plugin.sbt @@ -1,3 +1,3 @@ addSbtPlugin("org.foundweekends.giter8" % "sbt-giter8" % "0.16.2") -addSbtPlugin("org.typelevel" % "sbt-typelevel-github-actions" % "0.6.0") +addSbtPlugin("org.typelevel" % "sbt-typelevel-github-actions" % "0.6.1") From a277bc0f5e443fbe0fd0a1696e8496881a3e2328 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 08:22:21 +0000 Subject: [PATCH 07/18] Update sbt-typelevel-github-actions to 0.6.2 --- project/plugin.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugin.sbt b/project/plugin.sbt index e54d0c1..8988b73 100644 --- a/project/plugin.sbt +++ b/project/plugin.sbt @@ -1,3 +1,3 @@ addSbtPlugin("org.foundweekends.giter8" % "sbt-giter8" % "0.16.2") -addSbtPlugin("org.typelevel" % "sbt-typelevel-github-actions" % "0.6.1") +addSbtPlugin("org.typelevel" % "sbt-typelevel-github-actions" % "0.6.2") From 82bfcb5a13e0a83026feadb3931bae600cba67af Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 20:17:02 +0000 Subject: [PATCH 08/18] Update http4s-circe, http4s-dsl, ... to 0.23.24 --- build.sbt | 2 +- src/main/g8/build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 9616164..8f83929 100644 --- a/build.sbt +++ b/build.sbt @@ -29,7 +29,7 @@ ThisBuild / githubWorkflowJavaVersions := Seq( ) ThisBuild / githubWorkflowPublishTargetBranches := Seq.empty -val Http4sVersion = "0.23.23" +val Http4sVersion = "0.23.24" val CirceVersion = "0.14.6" val MunitVersion = "0.7.29" val LogbackVersion = "1.4.11" diff --git a/src/main/g8/build.sbt b/src/main/g8/build.sbt index c4cfcea..4c6e77a 100644 --- a/src/main/g8/build.sbt +++ b/src/main/g8/build.sbt @@ -1,4 +1,4 @@ -val Http4sVersion = "0.23.23" +val Http4sVersion = "0.23.24" val CirceVersion = "0.14.6" val MunitVersion = "0.7.29" val LogbackVersion = "1.4.11" From 691d869964fc3f6cf17c0b86f915ad7439a30246 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 08:21:26 +0000 Subject: [PATCH 09/18] Update sbt-assembly to 2.1.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8f83929..eea392c 100644 --- a/build.sbt +++ b/build.sbt @@ -50,7 +50,7 @@ lazy val root = project.in(file(".")) ), addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.0"), addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0"), - addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.4"), + addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.5"), Test / test := { val _ = (Test / g8Test).toTask("").value }, From 7d7d62c1f63025cc2bde464bce47849fa48687b7 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 16:21:38 +0000 Subject: [PATCH 10/18] Update logback-classic to 1.4.12 --- build.sbt | 2 +- src/main/g8/build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index eea392c..7470849 100644 --- a/build.sbt +++ b/build.sbt @@ -32,7 +32,7 @@ ThisBuild / githubWorkflowPublishTargetBranches := Seq.empty val Http4sVersion = "0.23.24" val CirceVersion = "0.14.6" val MunitVersion = "0.7.29" -val LogbackVersion = "1.4.11" +val LogbackVersion = "1.4.12" val MunitCatsEffectVersion = "1.0.7" lazy val root = project.in(file(".")) diff --git a/src/main/g8/build.sbt b/src/main/g8/build.sbt index 4c6e77a..8dd1759 100644 --- a/src/main/g8/build.sbt +++ b/src/main/g8/build.sbt @@ -1,7 +1,7 @@ val Http4sVersion = "0.23.24" val CirceVersion = "0.14.6" val MunitVersion = "0.7.29" -val LogbackVersion = "1.4.11" +val LogbackVersion = "1.4.12" val MunitCatsEffectVersion = "1.0.7" lazy val root = (project in file(".")) From e532cf38cf8c7ad5785ac04a5df49c82c346470a Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 16:21:50 +0000 Subject: [PATCH 11/18] Update logback-classic to 1.4.13 --- build.sbt | 2 +- src/main/g8/build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 7470849..9bb15e4 100644 --- a/build.sbt +++ b/build.sbt @@ -32,7 +32,7 @@ ThisBuild / githubWorkflowPublishTargetBranches := Seq.empty val Http4sVersion = "0.23.24" val CirceVersion = "0.14.6" val MunitVersion = "0.7.29" -val LogbackVersion = "1.4.12" +val LogbackVersion = "1.4.13" val MunitCatsEffectVersion = "1.0.7" lazy val root = project.in(file(".")) diff --git a/src/main/g8/build.sbt b/src/main/g8/build.sbt index 8dd1759..e9f9b8b 100644 --- a/src/main/g8/build.sbt +++ b/src/main/g8/build.sbt @@ -1,7 +1,7 @@ val Http4sVersion = "0.23.24" val CirceVersion = "0.14.6" val MunitVersion = "0.7.29" -val LogbackVersion = "1.4.12" +val LogbackVersion = "1.4.13" val MunitCatsEffectVersion = "1.0.7" lazy val root = (project in file(".")) From a23031dad49eeb0a38e1ae12fa56bb6d44e115ff Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 12:31:03 +0000 Subject: [PATCH 12/18] Update logback-classic to 1.4.14 --- build.sbt | 2 +- src/main/g8/build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 9bb15e4..a9aca83 100644 --- a/build.sbt +++ b/build.sbt @@ -32,7 +32,7 @@ ThisBuild / githubWorkflowPublishTargetBranches := Seq.empty val Http4sVersion = "0.23.24" val CirceVersion = "0.14.6" val MunitVersion = "0.7.29" -val LogbackVersion = "1.4.13" +val LogbackVersion = "1.4.14" val MunitCatsEffectVersion = "1.0.7" lazy val root = project.in(file(".")) diff --git a/src/main/g8/build.sbt b/src/main/g8/build.sbt index e9f9b8b..8948b5b 100644 --- a/src/main/g8/build.sbt +++ b/src/main/g8/build.sbt @@ -1,7 +1,7 @@ val Http4sVersion = "0.23.24" val CirceVersion = "0.14.6" val MunitVersion = "0.7.29" -val LogbackVersion = "1.4.13" +val LogbackVersion = "1.4.14" val MunitCatsEffectVersion = "1.0.7" lazy val root = (project in file(".")) From d111c08590008eefa279b7c9e587eee414eda907 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 20:17:22 +0000 Subject: [PATCH 13/18] Update sbt-typelevel-github-actions to 0.6.3 --- project/plugin.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugin.sbt b/project/plugin.sbt index 8988b73..0564dd3 100644 --- a/project/plugin.sbt +++ b/project/plugin.sbt @@ -1,3 +1,3 @@ addSbtPlugin("org.foundweekends.giter8" % "sbt-giter8" % "0.16.2") -addSbtPlugin("org.typelevel" % "sbt-typelevel-github-actions" % "0.6.2") +addSbtPlugin("org.typelevel" % "sbt-typelevel-github-actions" % "0.6.3") From b6b9d8e9a3873e7de73837dd818fd7b3a8e7ecf1 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 20:17:31 +0000 Subject: [PATCH 14/18] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c30f9e9..73b19c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: - name: Setup Java (temurin@11) id: setup-java-temurin-11 if: matrix.java == 'temurin@11' - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: distribution: temurin java-version: 11 @@ -53,7 +53,7 @@ jobs: - name: Setup Java (temurin@17) id: setup-java-temurin-17 if: matrix.java == 'temurin@17' - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: distribution: temurin java-version: 17 From 7efbe94ae5932a168a73ac6e7049e1ff0f892ab0 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 08:24:02 +0000 Subject: [PATCH 15/18] Update sbt to 1.9.8 --- project/build.properties | 2 +- src/main/g8/project/build.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/project/build.properties b/project/build.properties index e8a1e24..abbbce5 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.7 +sbt.version=1.9.8 diff --git a/src/main/g8/project/build.properties b/src/main/g8/project/build.properties index d928255..e5ca1ff 100644 --- a/src/main/g8/project/build.properties +++ b/src/main/g8/project/build.properties @@ -1,2 +1,2 @@ -sbt.version=1.9.7 +sbt.version=1.9.8 From d02a26d92492323db4033cd343d9d37b073ebf65 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 12:31:40 +0000 Subject: [PATCH 16/18] Update sbt-typelevel-github-actions to 0.6.4 --- project/plugin.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugin.sbt b/project/plugin.sbt index 0564dd3..6095307 100644 --- a/project/plugin.sbt +++ b/project/plugin.sbt @@ -1,3 +1,3 @@ addSbtPlugin("org.foundweekends.giter8" % "sbt-giter8" % "0.16.2") -addSbtPlugin("org.typelevel" % "sbt-typelevel-github-actions" % "0.6.3") +addSbtPlugin("org.typelevel" % "sbt-typelevel-github-actions" % "0.6.4") From a894259ad4066a8d2edcf0be35766221050e374d Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 20:17:06 +0000 Subject: [PATCH 17/18] Update http4s-circe, http4s-dsl, ... to 0.23.25 --- build.sbt | 2 +- src/main/g8/build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index a9aca83..1a8d899 100644 --- a/build.sbt +++ b/build.sbt @@ -29,7 +29,7 @@ ThisBuild / githubWorkflowJavaVersions := Seq( ) ThisBuild / githubWorkflowPublishTargetBranches := Seq.empty -val Http4sVersion = "0.23.24" +val Http4sVersion = "0.23.25" val CirceVersion = "0.14.6" val MunitVersion = "0.7.29" val LogbackVersion = "1.4.14" diff --git a/src/main/g8/build.sbt b/src/main/g8/build.sbt index 8948b5b..dcd7fc0 100644 --- a/src/main/g8/build.sbt +++ b/src/main/g8/build.sbt @@ -1,4 +1,4 @@ -val Http4sVersion = "0.23.24" +val Http4sVersion = "0.23.25" val CirceVersion = "0.14.6" val MunitVersion = "0.7.29" val LogbackVersion = "1.4.14" From a9ed33ec4c4652b41098deb47b0efb76dcbeaf1a Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 12:31:25 +0000 Subject: [PATCH 18/18] Update sbt-typelevel-github-actions to 0.6.5 --- project/plugin.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugin.sbt b/project/plugin.sbt index 6095307..851e283 100644 --- a/project/plugin.sbt +++ b/project/plugin.sbt @@ -1,3 +1,3 @@ addSbtPlugin("org.foundweekends.giter8" % "sbt-giter8" % "0.16.2") -addSbtPlugin("org.typelevel" % "sbt-typelevel-github-actions" % "0.6.4") +addSbtPlugin("org.typelevel" % "sbt-typelevel-github-actions" % "0.6.5")