From 53c62c90ce3e745c9011fb065b38354b088530a8 Mon Sep 17 00:00:00 2001 From: "banno-diy-steward[bot]" <407453+banno-diy-steward[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 11:44:27 +0000 Subject: [PATCH 1/3] Update munit-scalacheck to 1.1.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a3318c95..303166f4 100644 --- a/build.sbt +++ b/build.sbt @@ -43,7 +43,7 @@ val V = new { val scalacheckEffect = "1.0.4" val scalacheckMagnolia = "0.6.0" val munit = "1.0.4" - val munitScalacheck = "1.0.0" + val munitScalacheck = "1.1.0" val munitCE3 = "2.0.0" val scalatest = "3.2.19" val scalatestPlus = "3.2.3.0" From efb81277e74e8e12bdda82f9bab7958b76131d27 Mon Sep 17 00:00:00 2001 From: "banno-diy-steward[bot]" <407453+banno-diy-steward[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 11:44:30 +0000 Subject: [PATCH 2/3] Update scalafmt-core to 3.8.6 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index c40ab24b..e20cb3c6 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.8.5 +version = 3.8.6 runner.dialect = scala213source3 align.preset = none danglingParentheses.preset = true From 18c606d798badfaf3abc910ccdc69b32ba457380 Mon Sep 17 00:00:00 2001 From: "banno-diy-steward[bot]" <407453+banno-diy-steward[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 11:44:45 +0000 Subject: [PATCH 3/3] Update sbt-typelevel, sbt-typelevel-site to 0.7.7 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 13f5c250..816e2812 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -val typelevelV = "0.7.6" +val typelevelV = "0.7.7" addSbtPlugin("com.julianpeeters" % "sbt-avrohugger" % "2.11.0") addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.3.1")