From ae7e0ccc56ef6f6fd5749f3ba6d9afef7ee2926e Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Sat, 28 Sep 2024 08:13:10 +0100 Subject: Updated dependencies --- CHANGES.md | 1 + build.sc | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 1476a63..622baf2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,7 @@ ## Release 1.4.2 - 2024-10-?? - Updated mill (development). + - Updated dependencies. ## Release 1.4.1 - 2024-08-09 diff --git a/build.sc b/build.sc index 997a960..015fbc7 100644 --- a/build.sc +++ b/build.sc @@ -24,10 +24,10 @@ object server extends ScalaModule with ScalafmtModule with BuildInfo { def ivyDeps = Agg( - ivy"ch.qos.logback:logback-classic:1.5.6", + ivy"ch.qos.logback:logback-classic:1.5.8", ivy"com.github.pureconfig::pureconfig:0.17.7", ivy"com.github.scopt::scopt:4.1.0", - ivy"org.apache.pekko::pekko-stream:1.0.3", + ivy"org.apache.pekko::pekko-stream:1.1.1", ivy"org.bouncycastle:bcprov-jdk15to18:1.78.1", ivy"org.log4s::log4s:1.10.0" ) -- cgit v1.2.3