Skip to content

Commit

Permalink
Merge pull request #247 from davenverse/update/jnr-unixsocket-0.38.20
Browse files Browse the repository at this point in the history
Update jnr-unixsocket to 0.38.20
  • Loading branch information
armanbilge authored Jun 7, 2023
2 parents 02f5125 + ab70987 commit 7b5b797
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ lazy val core = crossProject(JSPlatform, JVMPlatform)
)
.jvmSettings(
libraryDependencies ++= Seq(
"com.github.jnr" % "jnr-unixsocket" % "0.38.19" % Test,
"com.github.jnr" % "jnr-unixsocket" % "0.38.20" % Test,
)
)
.jsSettings(
Expand All @@ -45,7 +45,7 @@ lazy val manager = crossProject(JSPlatform, JVMPlatform)
.in(file("manager"))
.settings(name := "whale-tail-manager")
.jvmSettings(
libraryDependencies += "com.github.jnr" % "jnr-unixsocket" % "0.38.19" % Test,
libraryDependencies += "com.github.jnr" % "jnr-unixsocket" % "0.38.20" % Test,
)
.jsSettings(
scalaJSLinkerConfig ~= { _.withModuleKind(ModuleKind.CommonJSModule)},
Expand All @@ -61,7 +61,7 @@ lazy val examples = project.in(file("examples"))
"org.typelevel" %% "log4cats-slf4j" % log4catsV,
"ch.qos.logback" % "logback-classic" % "1.2.11",
"org.http4s" %% "http4s-ember-server" % http4sV,
"com.github.jnr" % "jnr-unixsocket" % "0.38.19",
"com.github.jnr" % "jnr-unixsocket" % "0.38.20",
)
)

Expand Down

0 comments on commit 7b5b797

Please sign in to comment.