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 project/src/main/scala/modules/scalaAkkaHttp.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ object scalaAkkaHttp {
val akkaHttpVersion = "10.2.10"
val akkaVersion = "2.6.20"
val catsVersion = "2.10.0"
val circeVersion = "0.14.6"
val circeVersion = "0.14.15"
val hibernateVersion = "6.2.5.Final"
val jacksonVersion = "2.16.0"
val javaxAnnotationVersion = "1.3.2"
Expand Down
2 changes: 1 addition & 1 deletion project/src/main/scala/modules/scalaHttp4s.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import sbt.Keys._

object scalaHttp4s {
val catsVersion = "2.10.0"
val circeVersion = "0.14.6"
val circeVersion = "0.14.15"
val javaxAnnotationVersion = "1.3.2"
val jaxbApiVersion = "2.3.1"
val scalatestVersion = "3.2.18"
Expand Down
Loading