From f26a3a5da7775dd9331934af831a66227a875e1d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 4 Oct 2023 08:21:17 +0000 Subject: [PATCH] Update libats, libats-http, ... to 2.2.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2fa2515b..d67e3fcb 100644 --- a/build.sbt +++ b/build.sbt @@ -24,7 +24,7 @@ lazy val treehub = (project in file(".")) val akkaV = "2.6.20" val akkaHttpV = "10.2.10" val scalaTestV = "3.0.9" - val libatsV = "2.0.11" + val libatsV = "2.2.0" Seq( "com.typesafe.akka" %% "akka-actor" % akkaV,