From 729bf9145f10536ddcd4b084a96fa446024488ff Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 20:19:13 +0000 Subject: [PATCH 1/3] Update scalafmt-core to 3.8.6 in series/0.5 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 78cc03a2..11d82aa8 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.8.5 +version = 3.8.6 runner.dialect = scala213 style = default From 5c75c8898837275b9594a7d4b423724972b9424e Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 16:11:29 +0000 Subject: [PATCH 2/3] Update munit-scalacheck to 1.1.0 in series/0.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e9ab70a2..1450bce8 100644 --- a/build.sbt +++ b/build.sbt @@ -26,7 +26,7 @@ val jetty = "12.0.16" val netty = "4.1.117.Final" val munit = "1.0.4" -val munitScalaCheck = "1.0.0" +val munitScalaCheck = "1.1.0" val io_uring = "0.0.26.Final" From 7a47d5a9e3cfd5bc05600dee935d3691133bc72f Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 12:24:38 +0000 Subject: [PATCH 3/3] Update scala3-library to 3.3.5 in series/0.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e9ab70a2..15af1283 100644 --- a/build.sbt +++ b/build.sbt @@ -13,7 +13,7 @@ inThisBuild( ), licenses := Seq(License.Apache2), tlBaseVersion := "0.5", - crossScalaVersions := Seq(Scala213, Scala212, "3.3.4"), + crossScalaVersions := Seq(Scala213, Scala212, "3.3.5"), ThisBuild / scalaVersion := Scala213, githubWorkflowJavaVersions := Seq(JavaSpec.temurin("17")) )