-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
eec3be6
commit 15c1bb9
Showing
1 changed file
with
10 additions
and
10 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.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" | ||
} |