Skip to content

Commit

Permalink
Update github4s to 0.32.1
Browse files Browse the repository at this point in the history
  • Loading branch information
47erbot committed Nov 1, 2023
1 parent 4ec191f commit 13527a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
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.0",
"com.47deg" %% "github4s" % "0.32.1",
"org.http4s" %% "http4s-blaze-client" % "0.23.15",
"net.jcazevedo" %% "moultingyaml" % "0.4.2",
"com.lihaoyi" %% "scalatags" % "0.12.0",
Expand Down
2 changes: 1 addition & 1 deletion project/dependencies.sbt
Expand Up @@ -5,7 +5,7 @@ unmanagedResourceDirectories in Compile +=
baseDirectory.in(ThisBuild).value.getParentFile / "src" / "main" / "resources"

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

0 comments on commit 13527a6

Please sign in to comment.