aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2024-09-28 08:13:10 +0100
committerJuan J. Martinez <jjm@usebox.net>2024-09-28 08:13:10 +0100
commitae7e0ccc56ef6f6fd5749f3ba6d9afef7ee2926e (patch)
treee2cfe8885065db2e37ca0581ddf8f5f911565ca6
parent155beb280823d9efad65dd20dedc8a145faebbcd (diff)
downloadspacebeans-ae7e0ccc56ef6f6fd5749f3ba6d9afef7ee2926e.tar.gz
spacebeans-ae7e0ccc56ef6f6fd5749f3ba6d9afef7ee2926e.zip
Updated dependencies
-rw-r--r--CHANGES.md1
-rw-r--r--build.sc4
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"
)