From b35b4181ecdf9b0f88d4ad2ae259f86ceb46eda4 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 1 Aug 2023 23:40:28 +0000 Subject: [PATCH] Update libats, libats-http, ... to 2.1.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e08f8401..4f777622 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.1.2" Seq( "com.typesafe.akka" %% "akka-actor" % akkaV,