diff --git a/build.sbt b/build.sbt index da0bdf1..25429bd 100644 --- a/build.sbt +++ b/build.sbt @@ -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.8") + .settings(libraryDependencies += "io.circe" %% "circe-parser" % "0.14.9") .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) diff --git a/project/build.properties b/project/build.properties index b485f62..cb409aa 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.0 \ No newline at end of file +sbt.version=1.10.1 \ No newline at end of file diff --git a/project/plugins.sbt b/project/plugins.sbt index 3d32d38..bb4ea3b 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -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.3") +addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.4") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")