From 2fb233093ba27c1dacf593339fd7804fec8d6fa5 Mon Sep 17 00:00:00 2001 From: "davenverse-steward[bot]" <130607801+davenverse-steward[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 11:24:41 +0000 Subject: [PATCH] Update ip4s-test-kit to 3.5.0 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index bdc8dda..fcb29ed 100644 --- a/build.sbt +++ b/build.sbt @@ -57,7 +57,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform) "io.chrisdavenport" %%% "cats-scalacheck" % "0.3.2" % Test, "org.typelevel" %%% "cats-effect-testing-specs2" % "1.5.0" % Test, "org.http4s" %%% "http4s-dsl" % http4sV % Test, - "com.comcast" %%% "ip4s-test-kit" % "3.3.0" % Test + "com.comcast" %%% "ip4s-test-kit" % "3.5.0" % Test ) ).jsSettings( scalaJSLinkerConfig ~= (_.withModuleKind(ModuleKind.CommonJSModule)) @@ -79,7 +79,7 @@ lazy val scodec = crossProject(JVMPlatform, JSPlatform, NativePlatform) "io.chrisdavenport" %%% "cats-scalacheck" % "0.3.2" % Test, "org.typelevel" %%% "cats-effect-testing-specs2" % "1.5.0" % Test, "org.http4s" %%% "http4s-dsl" % http4sV % Test, - "com.comcast" %%% "ip4s-test-kit" % "3.3.0" % Test + "com.comcast" %%% "ip4s-test-kit" % "3.5.0" % Test ) ).jsSettings( scalaJSLinkerConfig ~= (_.withModuleKind(ModuleKind.CommonJSModule))