diff --git a/build.sbt b/build.sbt index 864cab9..8284a7f 100644 --- a/build.sbt +++ b/build.sbt @@ -11,7 +11,7 @@ libraryDependencies ++= Seq( guice, ws, ehcache, "org.scalatestplus.play" %% "scalatestplus-play" % "7.0.1" % Test, "org.asciidoctor" % "asciidoctorj" % "2.5.11", - "com.47deg" %% "github4s" % "0.21.0", + "com.47deg" %% "github4s" % "0.32.1", ) Global / onChangedBuildSource := ReloadOnSourceChanges