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
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Dependencies are needed for Scala Steward to check if there are newer versions
val zioVersion = "2.0.13"
val zioJsonVersion = "0.5.0"
val zioJsonVersion = "0.7.45"
val zioConfigVersion = "3.0.7"
val logbackClassicVersion = "1.4.7"
val postgresqlVersion = "42.6.0"
Expand Down
2 changes: 1 addition & 1 deletion src/main/g8/build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
val zioVersion = "2.0.13"
val zioJsonVersion = "0.5.0"
val zioJsonVersion = "0.7.45"
val zioConfigVersion = "3.0.7"
val zioLoggingVersion = "2.1.11"
val logbackClassicVersion = "1.4.7"
Expand Down
Loading