From eb4c37d3429cea1887edbeb0a1302a98250cc697 Mon Sep 17 00:00:00 2001 From: Lunatech Ops Date: Fri, 6 Oct 2023 07:02:40 +0000 Subject: [PATCH] Revert commit(s) 46e20f5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 335f148..3d24001 100644 --- a/build.sbt +++ b/build.sbt @@ -11,7 +11,7 @@ libraryDependencies ++= Seq( guice, ws, ehcache, "org.scalatestplus.play" %% "scalatestplus-play" % "5.1.0" % Test, "org.asciidoctor" % "asciidoctorj" % "2.5.10", - "com.47deg" %% "github4s" % "0.32.0", + "com.47deg" %% "github4s" % "0.21.0", "com.typesafe.play" %% "play-json" % "2.10.1", )