Skip to content

Commit

Permalink
Merge branch 'main' into update/munit-cats-effect-2.0.0-M4
Browse files Browse the repository at this point in the history
  • Loading branch information
hnaderi authored Dec 5, 2023
2 parents 6e66be4 + f1f4a11 commit 718ee45
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 3.7.15
version = 3.7.17

style = default

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ lazy val testServer = project
"org.typelevel" %% "cats-effect" % catsEffectVersion,
"org.http4s" %% "http4s-dsl" % http4sVersion,
"org.http4s" %% "http4s-ember-server" % http4sVersion,
"ch.qos.logback" % "logback-classic" % "1.4.11",
"ch.qos.logback" % "logback-classic" % "1.4.14",
)
)

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/Versions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ object Versions {
val scala3 = "3.3.1"
val scala213 = "2.13.12"
val catsEffectVersion = "3.5.2"
val http4sVersion = "0.23.23"
val http4sVersion = "0.23.24"
val munitCEVersion = "2.0.0-M4"
}

0 comments on commit 718ee45

Please sign in to comment.