Skip to content

Commit

Permalink
Merge branch 'ph-20240710-1228-s+2024' into ph-20240921-1333-decommis…
Browse files Browse the repository at this point in the history
…sion-s+2023
  • Loading branch information
shtukas committed Sep 25, 2024
2 parents c834d85 + a238813 commit 0d05304
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Java
uses: actions/setup-java@v4.3.0
uses: actions/setup-java@v4.4.0
with:
distribution: corretto
java-version: 11
Expand Down
2 changes: 1 addition & 1 deletion docs/price-migrations-from-first-principles.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Let's actually have a look at 3 of those schools
```
Alice School | monthly | 13th
Bob School | quarterly (January, April, July, October) | 20th
Charles School | Annually (March) | 23rd
Charles School | Annually (March) | 23rd
```

Alice school is paying monthly on the 13th, as before. Bob School is paying on quarterly basis, on the indicated months, and does so on the 20th on the months they are paying. Charles School pays annually on the 23rd of March.
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import sbt._

object Dependencies {
private val zioVersion = "2.1.9"
private val awsSdkVersion = "2.26.31"
private val awsSdkVersion = "2.28.6"

lazy val awsDynamoDb = "software.amazon.awssdk" % "dynamodb" % awsSdkVersion
lazy val awsS3 = "software.amazon.awssdk" % "s3" % awsSdkVersion
Expand Down

0 comments on commit 0d05304

Please sign in to comment.