Skip to content
Closed
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 build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ThisBuild / tlFatalWarnings := false
lazy val scalajsDomVersion = "2.8.0"
lazy val circeVersion = "0.14.10"
lazy val catsVersion = "2.12.0"
lazy val catsEffectVersion = "3.5.7"
lazy val catsEffectVersion = "3.6.2"
lazy val fs2Version = "3.11.0"
lazy val kindProjectorVersion = "0.13.3"
lazy val http4sDomVersion = "0.2.11"
Expand Down
2 changes: 1 addition & 1 deletion project/build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
libraryDependencies ++= Seq(
"com.raquo" %% "domtypes" % "18.1.0",
"org.typelevel" %% "cats-effect" % "3.5.7"
"org.typelevel" %% "cats-effect" % "3.6.2"
)