Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolve steward updates #914

Merged
merged 3 commits into from
Nov 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "3.7.14"
version = "3.7.15"
maxColumn = 120
align.preset = most
continuationIndent.defnSite = 2
Expand Down
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ object Dependencies {
private object Versions {
val CatsEffect = "3.5.2"
val EmbeddedRedis = "0.6"
val Redis4Cats = "1.5.1"
val Redis4Cats = "1.5.2"
val Sttp = "3.9.0"
val ZHttp = "2.0.0-RC11"
val ZioConfig = "3.0.7"
val ZioJson = "0.6.2"
val ZioSchema = "0.4.14"
val ZioSchema = "0.4.15"
val ZioTestContainers = "0.4.1"
}

Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version = 1.9.6
sbt.version = 1.9.7