Skip to content

Commit

Permalink
Upgrade all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
davesmith00000 committed Jan 11, 2025
1 parent aaa1d1c commit dd3b9e8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions project/Dependancies.scala
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
object Dependencies {

val catsEffect = "3.5.4"
val circe = "0.14.9"
val fs2 = "3.10.2"
val catsEffect = "3.5.7"
val circe = "0.14.10"
val fs2 = "3.11.0"
val scalajsDomVersion = "2.8.0"
val munitCatsEffect3 = "2.0.0"
val disciplineMUnit = "2.0.0"
val scalajsSnabbdom = "0.2.0-M3"
val zio = "2.1.7"
val zio = "2.1.14"
val zioInteropCats = "23.1.0.3"
val scalaJavaTime = "2.6.0"
val catsLaws = "2.12.0"
val http4sCirce = "0.23.24"
val http4sCirce = "0.23.30"
val http4sDom = "0.2.11"
val http4sServer = "0.23.27"
val http4sServer = "0.23.30"
}

0 comments on commit dd3b9e8

Please sign in to comment.