Skip to content

Commit

Permalink
Update github4s to 0.32.2
Browse files Browse the repository at this point in the history
  • Loading branch information
47erbot authored Feb 14, 2024
1 parent 26c92f5 commit 80edae4
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 @@ -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.1",
"com.47deg" %% "github4s" % "0.32.2",
"org.http4s" %% "http4s-blaze-client" % "0.23.16",
"net.jcazevedo" %% "moultingyaml" % "0.4.2",
"com.lihaoyi" %% "scalatags" % "0.12.0",
Expand Down
2 changes: 1 addition & 1 deletion project/dependencies.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ unmanagedResourceDirectories in Compile +=
baseDirectory.in(ThisBuild).value.getParentFile / "src" / "main" / "resources"

libraryDependencies ++= Seq(
"com.47deg" %% "github4s" % "0.32.1",
"com.47deg" %% "github4s" % "0.32.2",
"org.http4s" %% "http4s-blaze-client" % "0.23.16",
"net.jcazevedo" %% "moultingyaml" % "0.4.2",
"com.lihaoyi" %% "scalatags" % "0.12.0",
Expand Down

0 comments on commit 80edae4

Please sign in to comment.