Skip to content
Open
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
3 changes: 3 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,6 @@ da7c9171b6fa862f3e837d7cb705a31ff41e7003

# Scala Steward: Reformat with scalafmt 3.8.4
92508a02e3af83fb13cc4a6ebcb9a9e52fcf8d65

# Scala Steward: Reformat with scalafmt 3.8.6
f0654f96065aaa5dbde73d400a8737f5bf1407bd
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 3.8.4
version = 3.8.6

maxColumn = 120
runner.dialect = scala3
Expand Down
18 changes: 9 additions & 9 deletions project/deps.sc
Original file line number Diff line number Diff line change
Expand Up @@ -228,15 +228,15 @@ object Versions {
val upickle = "3.0.0-M1"
val zio = "2.1.11"

val `zio-config` = "4.0.3"
val `zio-cli` = "0.7.0"
val `zio-interop-cats` = "23.1.0.3"
val `zio-json` = "0.7.3"
val `zio-nio` = "2.0.2"
val `zio-parser` = "0.1.9"
val `zio-prelude` = "1.0.0-RC31"
val `zio-process` = "0.7.2"
val `zio-schema` = "0.4.12"
val `zio-config` = "4.0.3"
val `zio-cli` = "0.7.0"
val `zio-interop-cats` = "23.1.0.3"
val `zio-json` = "0.7.3"
val `zio-nio` = "2.0.2"
val `zio-parser` = "0.1.9"
val `zio-prelude` = "1.0.0-RC31"
val `zio-process` = "0.7.2"
val `zio-schema` = "0.4.12"
}

object ScalaVersions {
Expand Down