Skip to content

Commit 6a9a387

Browse files
authored
Merge pull request #3146 from typelevel/update/epollcat-0.1.4
Update epollcat to 0.1.4
2 parents 5906fa9 + 9ef0ad2 commit 6a9a387

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)