From 1903ee30b0731508ef407682dc98c64d5550c4f7 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 18 Jan 2021 13:27:09 +0100 Subject: [PATCH] Update native-lib-loader to 2.3.5 (#2523) --- project/Deps.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Deps.scala b/project/Deps.scala index 919a906e35..ef47835622 100644 --- a/project/Deps.scala +++ b/project/Deps.scala @@ -19,7 +19,7 @@ object Deps { val akkaStreamv = "2.6.10" val scodecV = "1.1.23" val junitV = "0.11" - val nativeLoaderV = "2.3.4" + val nativeLoaderV = "2.3.5" val typesafeConfigV = "1.4.1" val scalaFxV = "15.0.1-R21"