Skip to content
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 examples/votingapp/project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ object dependencies {
val h4sm = "0.0.8"
val fs2 = "0.10.6"
val http4s = "0.18.21"
val logback = "1.2.3"
val logback = "1.2.4"
val pureConfig = "0.9.2"
val scalaCheck = "1.14.0"
val scalaTest = "3.0.8"
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ object dependencies {
val janino = "3.1.2"
val kindProjector212 = "0.10.3"
val kindProjector213 = "0.11.0"
val logback = "1.2.3"
val logback = "1.2.4"
val macroParadise = "2.1.1"
val postgres = "42.2.18"
val scalaCheck = "1.15.2"
Expand Down