From 2ea98c66b39fcc467706fd227b9221d0354613a3 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 12:18:21 +0000 Subject: [PATCH 1/4] Update sbt-typelevel, sbt-typelevel-site to 0.6.7 in series/0.6.x --- project/plugins.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index f24c4fe6..b8c3201d 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,8 +3,8 @@ ThisBuild / libraryDependencySchemes ++= Seq( "org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always ) -addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.6") -addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.6.6") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.7") +addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.6.7") addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.11") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.15.0") From 0ad9a095484c74810ab8f12183213f6d47ca2341 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 00:46:04 +0000 Subject: [PATCH 2/4] Update scala-library to 2.12.19 in series/0.6.x --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d68d5e56..f1a32a46 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ ThisBuild / tlBaseVersion := "0.6" // Our Scala versions. -lazy val `scala-2.12` = "2.12.18" +lazy val `scala-2.12` = "2.12.19" lazy val `scala-2.13` = "2.13.12" lazy val `scala-3.0` = "3.3.1" From cba1a29407d8da5dda315684c3269f2d27671d6c Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 20:27:29 +0000 Subject: [PATCH 3/4] Update scala3-library, ... to 3.3.3 in series/0.6.x --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d68d5e56..1efc3d17 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ ThisBuild / tlBaseVersion := "0.6" // Our Scala versions. lazy val `scala-2.12` = "2.12.18" lazy val `scala-2.13` = "2.13.12" -lazy val `scala-3.0` = "3.3.1" +lazy val `scala-3.0` = "3.3.3" ThisBuild / scalaVersion := `scala-2.13` ThisBuild / crossScalaVersions := From 453cbc8c09d10cd310dba2d4cf5907b1f6ad5767 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 00:20:16 +0000 Subject: [PATCH 4/4] Update cats-effect, cats-effect-testkit to 3.5.4 in series/0.6.x --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index d68d5e56..1a6917cd 100644 --- a/build.sbt +++ b/build.sbt @@ -111,7 +111,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform) description := "Tagless, non-blocking data access library for Postgres.", libraryDependencies ++= Seq( "org.typelevel" %%% "cats-core" % "2.10.0", - "org.typelevel" %%% "cats-effect" % "3.5.3", + "org.typelevel" %%% "cats-effect" % "3.5.4", "co.fs2" %%% "fs2-core" % fs2Version, "co.fs2" %%% "fs2-io" % fs2Version, "org.scodec" %%% "scodec-bits" % "1.1.38", @@ -193,7 +193,7 @@ lazy val tests = crossProject(JVMPlatform, JSPlatform, NativePlatform) "org.typelevel" %%% "munit-cats-effect" % "2.0.0-M4", "org.typelevel" %%% "cats-free" % "2.10.0", "org.typelevel" %%% "cats-laws" % "2.10.0", - "org.typelevel" %%% "cats-effect-testkit" % "3.5.3", + "org.typelevel" %%% "cats-effect-testkit" % "3.5.4", "org.typelevel" %%% "discipline-munit" % "2.0.0-M3", "org.typelevel" %%% "cats-time" % "0.5.1", ),