From c8e0b738268cb34dbf0f1f4ef7cb1ab9f6160688 Mon Sep 17 00:00:00 2001 From: Matthew de Detrich Date: Wed, 2 Aug 2023 14:00:20 +0200 Subject: [PATCH] Update Pekko Http to 1.0.0 --- build.sbt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index def376f..9670d6d 100644 --- a/build.sbt +++ b/build.sbt @@ -6,11 +6,9 @@ val scala213Version = "2.13.10" val scala212Version = "2.12.17" val scala3Version = "3.3.0" -ThisBuild / resolvers += Resolver.ApacheMavenSnapshotsRepo - val circeVersion = "0.14.5" val pekkoVersion = "1.0.1" -val pekkoHttpVersion = "0.0.0+4468-963bd592-SNAPSHOT" +val pekkoHttpVersion = "1.0.0" val jawnVersion = "1.5.0" val scalaTestVersion = "3.2.16"