Skip to content

Commit

Permalink
Merge branch 'master' into update/zio-json-0.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
juliano authored Jan 28, 2025
2 parents e6ba530 + abf70e4 commit 353789d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scala-steward.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Scala Steward
steps:
- name: Scala Steward
uses: scala-steward-org/scala-steward-action@v2.74.0
uses: scala-steward-org/scala-steward-action@v2.75.0
with:
github-app-id: ${{ secrets.SCALA_STEWARD_GITHUB_APP_ID }}
github-app-installation-id: ${{ secrets.SCALA_STEWARD_GITHUB_APP_INSTALLATION_ID }}
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ val scala_v_12 = "2.12.20"
val scala_v_13 = "2.13.15"
val scala_v_30 = "3.3.4"

val scalaCollectionCompatVersion = "2.12.0"
val scalaCollectionCompatVersion = "2.13.0"

lazy val loggingSettings = Seq(
libraryDependencies ++= Seq(
Expand Down

0 comments on commit 353789d

Please sign in to comment.