diff --git a/build.sbt b/build.sbt index d6aa02a..7cf1a8f 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" % "3.0.0", - "com.47deg" %% "github4s" % "0.21.0", + "com.47deg" %% "github4s" % "0.33.3", ) Global / onChangedBuildSource := ReloadOnSourceChanges