Skip to content

Commit

Permalink
Merge pull request #857 from scala-steward/update/scala3-library-3.1.1
Browse files Browse the repository at this point in the history
Update scala3-library to 3.1.1
  • Loading branch information
bplommer authored Feb 21, 2022
2 parents dd167c0 + b2c2bbe commit 4cf031d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.12.15, 2.13.8, 3.1.0]
scala: [2.12.15, 2.13.8, 3.1.1]
java: [adopt@1.8]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ val scala212 = "2.12.15"

val scala213 = "2.13.8"

val scala3 = "3.1.0"
val scala3 = "3.1.1"

lazy val `fs2-kafka` = project
.in(file("."))
Expand Down

0 comments on commit 4cf031d

Please sign in to comment.