From 43cf67cfdd397d268801cb08320ea97390016809 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 23 Aug 2024 13:28:19 +0000 Subject: [PATCH 1/4] Update sbt-scoverage to 2.1.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 78022f3..fb5014a 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ addSbtPlugin("io.circe" % "sbt-circe-org" % "0.4.2") -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.1.0") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.1.1") addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.6") addSbtPlugin("com.timushev.sbt" % "sbt-rewarn" % "0.1.3") From 6ed1a3aad714846c60d600bac2a8937932162d87 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 8 Sep 2024 13:22:16 +0000 Subject: [PATCH 2/4] Update circe-core, circe-generic, ... to 0.14.10 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index abf656f..5943ba5 100644 --- a/build.sbt +++ b/build.sbt @@ -13,7 +13,7 @@ ThisBuild / tlCiReleaseTags := true ThisBuild / tlCiReleaseBranches := Nil ThisBuild / circeRootOfCodeCoverage := Some("root") -val circeVersion = "0.14.9" +val circeVersion = "0.14.10" val munitVersion = "1.0.0" val previousCirceJacksonVersion = "0.15.0" val disciplineMunitVersion = "2.0.0" From fa01d457b18bf0884922b1d1050a5a43ba8b74a3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 28 Sep 2024 14:49:52 +0000 Subject: [PATCH 3/4] Update scala3-library to 3.3.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index abf656f..19ddd4f 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ import com.typesafe.tools.mima.core._ ThisBuild / organization := "io.circe" -ThisBuild / crossScalaVersions := Seq("2.13.14", "2.12.19", "3.3.3") +ThisBuild / crossScalaVersions := Seq("2.13.14", "2.12.19", "3.3.4") ThisBuild / scalaVersion := crossScalaVersions.value.head ThisBuild / startYear := Some(2016) ThisBuild / tlBaseVersion := "0.14" From 9f11bb4964304a416d621468b9b1f7d0579876c3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 28 Oct 2024 15:15:44 +0000 Subject: [PATCH 4/4] Update sbt to 1.10.4 --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index ee4c672..09feeee 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.1 +sbt.version=1.10.4