From 03de41ca432316a4beb4c75bb5b1b45d0b366b16 Mon Sep 17 00:00:00 2001 From: rbbowd Date: Tue, 31 Mar 2026 09:32:00 -0400 Subject: [PATCH] Brickie updates w/ version bump --- .github/workflows/ci.yml | 4 ++-- build.sbt | 6 +++--- project/build.properties | 2 +- version.sbt | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c9637af..fa31527 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -120,7 +120,7 @@ jobs: find target/scala-*/*coverage-report -type f | zip /tmp/scoverage.zip -@ - name: Upload coverage report - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: scoverage path: /tmp/scoverage.zip @@ -180,7 +180,7 @@ jobs: echo "jar_path=$jar_path" >> $GITHUB_OUTPUT - name: Upload JAR artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 env: JAR_PATH: ${{ steps.find-jar-path.outputs.jar_path }} SCALA_VERSION: ${{ matrix.scala-version }} diff --git a/build.sbt b/build.sbt index 3a37fa6..ddb1831 100644 --- a/build.sbt +++ b/build.sbt @@ -9,8 +9,8 @@ inThisBuild( licenses := List( "Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0") ), - scalaVersion := "3.8.1", - crossScalaVersions := Seq("2.12.21", "2.13.18", "3.8.1"), + scalaVersion := "3.8.2", + crossScalaVersions := Seq("2.12.21", "2.13.18", "3.8.2"), developers := List( Developer( "vmandrychenko", @@ -36,7 +36,7 @@ inThisBuild( ) // Dependencies (intentionally spaced to avoid merge conflicts from GitHub auto-bump bots) -val ScalacticVersion = "3.2.19" +val ScalacticVersion = "3.2.20" val ScalaCheckVersion = "1.19.0" diff --git a/project/build.properties b/project/build.properties index 1a0ea57..6e4d63e 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version = 1.12.3 +sbt.version = 1.12.8 diff --git a/version.sbt b/version.sbt index 331f2a9..9d353f8 100644 --- a/version.sbt +++ b/version.sbt @@ -1,2 +1,2 @@ -ThisBuild / version := "2.0.0" +ThisBuild / version := "2.0.1" ThisBuild / versionScheme := Some("semver-spec")