From 43cf67cfdd397d268801cb08320ea97390016809 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 23 Aug 2024 13:28:19 +0000 Subject: [PATCH 1/8] 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/8] 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/8] 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 1772df3352dde8e1dbd2b6b60da9bfe390dcf3ff Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 16 Oct 2024 14:01:55 +0000 Subject: [PATCH 4/8] Update sbt-circe-org to 0.4.5 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 78022f3..533d97c 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("io.circe" % "sbt-circe-org" % "0.4.2") +addSbtPlugin("io.circe" % "sbt-circe-org" % "0.4.5") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.1.0") addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.6") addSbtPlugin("com.timushev.sbt" % "sbt-rewarn" % "0.1.3") From 87c0137a9aca1c7325e4c5255f455c2028df1551 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 16 Oct 2024 14:03:51 +0000 Subject: [PATCH 5/8] Run prePR with sbt-typelevel Executed command: sbt tlPrePrBotHook --- .github/workflows/ci.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b6f3828..00b7eff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,8 +39,7 @@ jobs: timeout-minutes: 60 steps: - name: Install sbt - if: contains(runner.os, 'macos') - run: brew install sbt + uses: sbt/setup-sbt@v1 - name: Checkout current branch (full) uses: actions/checkout@v4 @@ -117,8 +116,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Install sbt - if: contains(runner.os, 'macos') - run: brew install sbt + uses: sbt/setup-sbt@v1 - name: Checkout current branch (full) uses: actions/checkout@v4 @@ -207,7 +205,7 @@ jobs: dependency-submission: name: Submit Dependencies - if: github.event_name != 'pull_request' + if: github.event.repository.fork == false && github.event_name != 'pull_request' strategy: matrix: os: [ubuntu-latest] @@ -215,8 +213,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Install sbt - if: contains(runner.os, 'macos') - run: brew install sbt + uses: sbt/setup-sbt@v1 - name: Checkout current branch (full) uses: actions/checkout@v4 @@ -263,6 +260,9 @@ jobs: java: [temurin@11] runs-on: ${{ matrix.os }} steps: + - name: Install sbt + uses: sbt/setup-sbt@v1 + - name: Checkout current branch (fast) uses: actions/checkout@v4 From 9f11bb4964304a416d621468b9b1f7d0579876c3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 28 Oct 2024 15:15:44 +0000 Subject: [PATCH 6/8] 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 From 93b9c313ed61e545af8b50d622cac846e922b665 Mon Sep 17 00:00:00 2001 From: Erlend Hamnaberg Date: Tue, 29 Oct 2024 18:43:19 +0100 Subject: [PATCH 7/8] use built in scoverage version --- project/plugins.sbt | 1 - 1 file changed, 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index dbd0d59..2df9cfc 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,3 @@ addSbtPlugin("io.circe" % "sbt-circe-org" % "0.4.5") -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 2cba71264ea31c65da678ecab4cfbeaaebb55e6d Mon Sep 17 00:00:00 2001 From: Erlend Hamnaberg Date: Tue, 29 Oct 2024 18:45:19 +0100 Subject: [PATCH 8/8] Upgrade scala versions --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f3e6ae7..329f170 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.4") +ThisBuild / crossScalaVersions := Seq("2.13.15", "2.12.20", "3.3.4") ThisBuild / scalaVersion := crossScalaVersions.value.head ThisBuild / startYear := Some(2016) ThisBuild / tlBaseVersion := "0.14"