From 46e20f5051c1024e7653216e36a15cc496acf6f9 Mon Sep 17 00:00:00 2001 From: Lunatech Ops Date: Wed, 20 Sep 2023 07:03:14 +0000 Subject: [PATCH] Update github4s to 0.32.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3d24001..335f148 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.21.0", + "com.47deg" %% "github4s" % "0.32.0", "com.typesafe.play" %% "play-json" % "2.10.1", )