Skip to content

Commit

Permalink
Merge pull request #325 from alejandrohdezma/update/all
Browse files Browse the repository at this point in the history
Dependency Updates
  • Loading branch information
github-actions[bot] authored Jul 1, 2024
2 parents 1e809c1 + 6816b4b commit 34f76b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ lazy val `http4s-munit` = module
.settings(libraryDependencies += "org.http4s" %% "http4s-dsl" % "0.23.27")
.settings(libraryDependencies += "org.http4s" %% "http4s-ember-client" % "0.23.27" % Optional)
.settings(libraryDependencies += "org.typelevel" %% "munit-cats-effect" % "2.0.0")
.settings(libraryDependencies += "io.circe" %% "circe-parser" % "0.14.7")
.settings(libraryDependencies += "io.circe" %% "circe-parser" % "0.14.8")
.settings(libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.5.6" % Test)
.settings(libraryDependencies += "org.http4s" %% "http4s-circe" % "0.23.27" % Test)
.settings(libraryDependencies += "com.dimafeng" %% "testcontainers-scala-munit" % "0.40.16" % Test)
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ addSbtPlugin("com.alejandrohdezma" % "sbt-mdoc-toc" % "0.4.1")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.1")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.2")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.3")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")

0 comments on commit 34f76b7

Please # to comment.