Skip to content

Commit

Permalink
Update epollcat to 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
typelevel-steward[bot] committed Aug 28, 2023
1 parent 5dbe235 commit 88d80b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ lazy val io = crossProject(JVMPlatform, JSPlatform, NativePlatform)
.nativeSettings(commonNativeSettings)
.nativeSettings(
libraryDependencies ++= Seq(
"com.armanbilge" %%% "epollcat" % "0.1.5" % Test
"com.armanbilge" %%% "epollcat" % "0.1.6" % Test
),
Test / nativeBrewFormulas += "s2n",
Test / envVars ++= Map("S2N_DONT_MLOCK" -> "1")
Expand Down

0 comments on commit 88d80b3

Please sign in to comment.