Skip to content

Commit

Permalink
Update github4s to 0.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
47erbot authored Feb 15, 2023
1 parent b55078a commit 26a426e
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.31.2",
"com.47deg" %% "github4s" % "0.32.0",
"org.http4s" %% "http4s-blaze-client" % "0.23.13",
"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.31.2",
"com.47deg" %% "github4s" % "0.32.0",
"org.http4s" %% "http4s-blaze-client" % "0.23.13",
"net.jcazevedo" %% "moultingyaml" % "0.4.2",
"com.lihaoyi" %% "scalatags" % "0.12.0",
Expand Down

0 comments on commit 26a426e

Please sign in to comment.