From c0de7d6047d28ac9358c3a9bd07713a232339f00 Mon Sep 17 00:00:00 2001 From: fortyseven_degrees Date: Mon, 1 Jan 2024 05:09:41 +0000 Subject: [PATCH 1/2] Update http4s-blaze-client to 0.23.16 --- project/ProjectPlugin.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/ProjectPlugin.scala b/project/ProjectPlugin.scala index 44984277..9ca979d5 100644 --- a/project/ProjectPlugin.scala +++ b/project/ProjectPlugin.scala @@ -19,7 +19,7 @@ object ProjectPlugin extends AutoPlugin { val circe: String = "0.14.6" val expecty = "0.16.0" val http4s: String = "0.23.24" - val http4sBlazeClient: String = "0.23.15" + val http4sBlazeClient: String = "0.23.16" val paradise: String = "2.1.1" val scalacheck = "1.17.0" val scalacheckShapeless = "1.3.0" From 1e0fd86e9e413dd8511b56e66c0e8a341964bcb6 Mon Sep 17 00:00:00 2001 From: fortyseven_degrees Date: Mon, 1 Jan 2024 05:09:43 +0000 Subject: [PATCH 2/2] Update sbt-scalajs to 1.15.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 29193658..9443b827 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -15,5 +15,5 @@ addSbtPlugin("com.alejandrohdezma" % "sbt-github-mdoc" % "0.11.11") addSbtPlugin("com.alejandrohdezma" % "sbt-remove-test-from-pom" % "0.1.0") addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.0") addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2") -addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.14.0") +addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.15.0") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3")