-
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
aaa1d1c
commit dd3b9e8
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |