Skip to content

Commit

Permalink
Many library updates
Browse files Browse the repository at this point in the history
  • Loading branch information
davesmith00000 committed Aug 13, 2024
1 parent eec3be6 commit 15c1bb9
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions project/Dependancies.scala
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
object Dependencies {

val catsEffect = "3.5.2"
val circe = "0.14.6"
val fs2 = "3.9.3"
val catsEffect = "3.5.4"
val circe = "0.14.9"
val fs2 = "3.10.2"
val scalajsDomVersion = "2.8.0"
val munitCatsEffect3 = "2.0.0-M4"
val disciplineMUnit = "2.0.0-M3"
val munitCatsEffect3 = "2.0.0"
val disciplineMUnit = "2.0.0"
val scalajsSnabbdom = "0.1.0"
val zio = "2.0.20"
val zioInteropCats = "23.1.0.0"
val scalaJavaTime = "2.5.0"
val catsLaws = "2.10.0"
val zio = "2.1.7"
val zioInteropCats = "23.1.0.3"
val scalaJavaTime = "2.6.0"
val catsLaws = "2.12.0"
val http4sCirce = "0.23.24"
val http4sDom = "0.2.11"
val http4sServer = "0.23.24"
val http4sServer = "0.23.27"
}

0 comments on commit 15c1bb9

Please sign in to comment.