Skip to content

Commit

Permalink
Merge branch 'main' into update/scala-library-2.13.12
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Sep 21, 2023
2 parents 38fadd4 + e81347e commit 4c0489c
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
pull_request_rules:
- name: assign and label scala-steward's PRs
conditions:
- author=scala-steward
actions:
assign:
users: [semenodm]
label:
add: [dependency-update]
- name: automatic update of pull requests where more 1 commits behind
conditions:
- base=main
- "#commits-behind>1"
actions:
update:
- name: merge scala-steward's PRs
conditions:
- author=scala-steward
- status-success=build
actions:
merge:
method: squash
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ object Dependencies {
val AwsSdk = "2.20.135"
val Circe = "0.14.5"
val Munit = "0.7.29"
val Fs2 = "3.8.0"
val Fs2 = "3.9.2"
val Refined = "0.11.0"
val ScalaTest = "3.2.16"
val MockitoScalaTest = "1.17.5"
Expand Down

0 comments on commit 4c0489c

Please sign in to comment.