From 67298bcf6d0e65705a2d1ebd3dbeadea756a54f0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 16 Oct 2023 23:38:07 +0000 Subject: [PATCH] Update testcontainers-nebula to 0.1.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e9f82f9..5c2114d 100644 --- a/build.sbt +++ b/build.sbt @@ -6,7 +6,7 @@ val zioConfigVersion = "4.0.0-RC16" val nebulaClientVersion = "3.6.1" val logbackVersion = "1.4.11" val silencerVersion = "1.4.2" -val testcontainersNebulaVersion = "0.1.0" +val testcontainersNebulaVersion = "0.1.2" val supportCrossVersionList = Seq(scala3_Version, scala2_13Version, scala2_12Version)