Skip to content

Commit

Permalink
scala 2.13.15 (#897)
Browse files Browse the repository at this point in the history
  • Loading branch information
justcoon authored Oct 17, 2024
1 parent 92f0a88 commit 50891b4
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 @@ -101,7 +101,7 @@ jobs:
matrix:
scala:
- 2.12.19
- 2.13.14
- 2.13.15
- 3.3.3
steps:
- name: Install libuv
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ inThisBuild(
Developer("justcoon", "Peter Kotula", "peto.kotula@yahoo.com", url("https://github.com/justcoon"))
),
zioVersion := "2.1.11",
scala213 := "2.13.14"
scala213 := "2.13.15"
)
)

Expand Down

0 comments on commit 50891b4

Please sign in to comment.