Skip to content

Commit f3811a0

Browse files
authored
Merge pull request #3234 from typelevel/update/epollcat-0.1.5
Update epollcat to 0.1.5
2 parents 583a472 + f62788d commit f3811a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ lazy val io = crossProject(JVMPlatform, JSPlatform, NativePlatform)
308308
.nativeSettings(commonNativeSettings)
309309
.nativeSettings(
310310
libraryDependencies ++= Seq(
311-
"com.armanbilge" %%% "epollcat" % "0.1.4" % Test
311+
"com.armanbilge" %%% "epollcat" % "0.1.5" % Test
312312
),
313313
Test / nativeBrewFormulas += "s2n",
314314
Test / envVars ++= Map("S2N_DONT_MLOCK" -> "1")

0 commit comments

Comments
 (0)