From 8034e20afd85303cfb5864d81ff5de463b476789 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Tue, 16 May 2023 00:22:53 +0000 Subject: [PATCH] Update scalatest to 3.2.16 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9357a98..2b0decb 100644 --- a/build.sbt +++ b/build.sbt @@ -12,7 +12,7 @@ val scala3 = List("3.2.2") val sttpModelVersion = "1.5.5" -val scalaTestVersion = "3.2.15" +val scalaTestVersion = "3.2.16" val zio1Version = "1.0.18" val zio2Version = "2.0.10" val fs2_2_version: Option[(Long, Long)] => String = {