Skip to content

Commit

Permalink
Merge branch 'main' into update/scala-library-2.12.20
Browse files Browse the repository at this point in the history
  • Loading branch information
ex0ns authored Sep 8, 2024
2 parents d65be9c + 6f85921 commit 8570afe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ val ScalaVersions = Seq("2.12.20", "2.13.14")
object library {

object Version {
val circe = "0.14.9"
val circe = "0.14.10"
val circeGenericExtras = "0.14.4"
val cats = "2.12.0"
val catsEffect = "2.5.5"
Expand All @@ -19,7 +19,7 @@ object library {
val scalaTest = "3.2.19"
val scalaMockScalaTest = "6.0.0"
val scalaLogging = "3.9.5"
val logback = "1.5.7"
val logback = "1.5.8"
val scalajHttp = "2.4.2"
val akkaVersion = "2.6.20"
val akkaActor = akkaVersion
Expand Down

0 comments on commit 8570afe

Please sign in to comment.