Skip to content

Commit

Permalink
Update ip4s-test-kit to 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davenverse-steward[bot] committed May 17, 2024
1 parent a187665 commit 2fb2330
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand All @@ -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))
Expand Down

0 comments on commit 2fb2330

Please sign in to comment.