From 461b12c83c84f975f21ea703e8daae941ca70537 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 26 Feb 2024 02:40:25 +0000 Subject: [PATCH 1/5] build(deps): bump sbt-scoverage from 2.0.9 to 2.0.11 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index cc45f1f..fd15057 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.1") -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.9") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.11") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12") From f63dd4b14f5dfa40c6050082a78f05cb38de0795 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 3 Mar 2024 01:16:08 +0000 Subject: [PATCH 2/5] build(deps): bump sbt-scalafix from 0.11.1 to 0.12.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index cc45f1f..9ae2f81 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") -addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.1") +addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.0") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.9") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12") From bc6681299e3fe58cbca882e0aa84639183e8d21a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 24 Feb 2024 01:32:47 +0000 Subject: [PATCH 3/5] build(deps): bump sbt from 1.9.8 to 1.9.9 --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index abbbce5..04267b1 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.8 +sbt.version=1.9.9 From fba91b4192c66a65d8d283687a8e04fe2569b06d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 20 Feb 2024 10:14:20 +0000 Subject: [PATCH 4/5] build(deps): bump scalafmt-core from 3.7.17 to 3.8.0 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 24b65d9..0e48265 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.7.17 +version = 3.8.0 maxColumn = 120 assumeStandardLibraryStripMargin = true From 179f788fe7f9f0e2d294fcfab3528ae54f1fe065 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 22 Jan 2024 22:10:59 +0000 Subject: [PATCH 5/5] build(deps): bump msgpack-core from 0.9.7 to 0.9.8 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 356dd21..e3c13cf 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -9,7 +9,7 @@ object Dependencies { val organizeImports = "0.5.0" val shapeless = "2.3.10" - val msgpackJava = "0.9.7" + val msgpackJava = "0.9.8" val munit = "0.7.29" }