Skip to content

Commit ac5b72a

Browse files
Update jnr-unixsocket to 0.38.22
1 parent c04f08d commit ac5b72a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
6060
).jsSettings(
6161
scalaJSLinkerConfig ~= { _.withModuleKind(ModuleKind.CommonJSModule)}
6262
).jvmSettings(
63-
libraryDependencies += "com.github.jnr" % "jnr-unixsocket" % "0.38.20" % Test,
63+
libraryDependencies += "com.github.jnr" % "jnr-unixsocket" % "0.38.22" % Test,
6464
)
6565
.platformsSettings(JVMPlatform, JSPlatform)(
6666
libraryDependencies ++= Seq(

0 commit comments

Comments
 (0)