From 8c58fec7b843d1ff174e3e4a96dbbc8b3728de06 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 13 Apr 2022 04:18:56 +0200 Subject: [PATCH 1/2] Update scala3-library to 3.1.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 71a4b01de..4e812c4f5 100644 --- a/build.sbt +++ b/build.sbt @@ -16,7 +16,7 @@ val scala212 = "2.12.15" val scala213 = "2.13.8" -val scala3 = "3.1.1" +val scala3 = "3.1.2" lazy val `fs2-kafka` = project .in(file(".")) From 7495fec043a877b875f9b31a62011fda7e341752 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 13 Apr 2022 04:19:29 +0200 Subject: [PATCH 2/2] Regenerate workflow with sbt-github-actions --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c2d991bb0..069f14cf0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.15, 2.13.8, 3.1.1] + scala: [2.12.15, 2.13.8, 3.1.2] java: [temurin@8, temurin@17] runs-on: ${{ matrix.os }} steps: