Skip to content

Commit 9ef0ad2

Browse files
Update epollcat to 0.1.4
1 parent e7241a7 commit 9ef0ad2

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
@@ -271,7 +271,7 @@ lazy val io = crossProject(JVMPlatform, JSPlatform, NativePlatform)
271271
.nativeSettings(commonNativeSettings)
272272
.nativeSettings(
273273
libraryDependencies ++= Seq(
274-
"com.armanbilge" %%% "epollcat" % "0.1.3" % Test
274+
"com.armanbilge" %%% "epollcat" % "0.1.4" % Test
275275
),
276276
Test / nativeBrewFormulas += "s2n",
277277
Test / envVars ++= Map("S2N_DONT_MLOCK" -> "1")

0 commit comments

Comments
 (0)