Skip to content

Commit

Permalink
Close #439 - Bump libraries
Browse files Browse the repository at this point in the history
* cats-effect to 3.5.3
* effectie to 2.0.0-beta14
* logger-f to 2.0.0-beta24
* refined to 0.11.1
* http4s to 0.23.25
  • Loading branch information
kevin-lee committed Mar 3, 2024
1 parent 070606f commit 1385747
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -203,18 +203,18 @@ lazy val props =
val newtypeVersion = "0.4.4"

val catsVersion = "2.10.0"
val catsEffectVersion = "3.5.2"
val catsEffectVersion = "3.5.3"

val extrasVersion = "0.44.0"

val effectieVersion = "2.0.0-beta13"
val loggerFVersion = "2.0.0-beta22"
val effectieVersion = "2.0.0-beta14"
val loggerFVersion = "2.0.0-beta24"

val refinedVersion = "0.11.0"
val refinedVersion = "0.11.1"

val circeVersion = "0.14.6"

val http4sVersion = "0.23.24"
val http4sVersion = "0.23.25"

val justSemVerVersion = "0.13.0"

Expand Down

0 comments on commit 1385747

Please sign in to comment.