Skip to content

Commit

Permalink
Merge branch 'series/0.9' into series/0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
hamnis committed Dec 5, 2024
2 parents a141ab3 + 4abb96d commit d86a0f8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ ThisBuild / mergifyRequiredJobs += "site"
ThisBuild / mergifyLabelPaths += "docs" -> file("docs")

val catsV = "2.12.0"
val catsEffectV = "3.5.6"
val catsEffectV = "3.5.7"
val fs2V = "3.11.0"
val scodecV = "1.2.1"
val http4sV = "0.23.29"
val http4sV = "0.23.30"
val reactiveStreamsV = "1.0.4"
val vaultV = "3.6.0"
val caseInsensitiveV = "1.4.2"

val munitV = "1.0.2"
val munitV = "1.0.3"
val munitCatsEffectV = "2.0.0"

val emberServer = Seq(
Expand Down
18 changes: 9 additions & 9 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.10.5
sbt.version=1.10.6

0 comments on commit d86a0f8

Please sign in to comment.