Skip to content

Commit

Permalink
Update tasty-core to 3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 21, 2024
1 parent 7c113e7 commit b09ea47
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: [3.3.4, 2.13.15, 2.12.20]
scala: [3.6.1, 2.13.15, 2.12.20]
java: [temurin@11, temurin@17, temurin@21]
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
@@ -1,5 +1,5 @@
val mainScala = "2.13.15"
val allScala = Seq("3.3.4", "2.13.15", "2.12.20")
val allScala = Seq("3.6.1", "2.13.15", "2.12.20")
val zioVersion = "2.1.11"
val zioAwsVersion = "7.21.15.15"

Expand Down

0 comments on commit b09ea47

Please sign in to comment.