From 3e3eecfa2ae41464a44b43379bdcd82924dad184 Mon Sep 17 00:00:00 2001 From: fortyseven_degrees Date: Fri, 16 Feb 2024 05:11:10 +0000 Subject: [PATCH] Update github4s to 0.33.1 --- build.sbt | 2 +- project/dependencies.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 76de8dd0..799e764f 100644 --- a/build.sbt +++ b/build.sbt @@ -39,7 +39,7 @@ lazy val pluginSettings: Seq[Def.Setting[_]] = Seq( addSbtPlugin("com.github.sbt" % "sbt-ghpages" % "0.7.0"), addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.1"), libraryDependencies ++= Seq( - "com.47deg" %% "github4s" % "0.32.2", + "com.47deg" %% "github4s" % "0.33.1", "org.http4s" %% "http4s-blaze-client" % "0.23.16", "net.jcazevedo" %% "moultingyaml" % "0.4.2", "com.lihaoyi" %% "scalatags" % "0.12.0", diff --git a/project/dependencies.sbt b/project/dependencies.sbt index d30054d1..669b99f9 100644 --- a/project/dependencies.sbt +++ b/project/dependencies.sbt @@ -5,7 +5,7 @@ unmanagedResourceDirectories in Compile += baseDirectory.in(ThisBuild).value.getParentFile / "src" / "main" / "resources" libraryDependencies ++= Seq( - "com.47deg" %% "github4s" % "0.32.2", + "com.47deg" %% "github4s" % "0.33.1", "org.http4s" %% "http4s-blaze-client" % "0.23.16", "net.jcazevedo" %% "moultingyaml" % "0.4.2", "com.lihaoyi" %% "scalatags" % "0.12.0",