aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2024-04-20 13:25:20 +0100
committerJuan J. Martinez <jjm@usebox.net>2024-04-20 13:25:20 +0100
commitd8c88c3664f3fef9402816410ff008f047fded4a (patch)
tree0eb81efc7dc249dccbe816748f8192dc29d9bee7
parentd3ae09419d464bbac61167cac7dc882919c6d7cb (diff)
downloadspacebeans-d8c88c3664f3fef9402816410ff008f047fded4a.tar.gz
spacebeans-d8c88c3664f3fef9402816410ff008f047fded4a.zip
Updated dependencies
-rw-r--r--CHANGES.md4
-rw-r--r--build.sc8
2 files changed, 8 insertions, 4 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 7b21a0a..c9295c3 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,9 @@
# What's new?
+## Release 1.3.9 - 2024-??-??
+
+ - Updated dependencies.
+
## Release 1.3.8 - 2024-01-29
- Updated dependencies.
diff --git a/build.sc b/build.sc
index 676d00a..74501c5 100644
--- a/build.sc
+++ b/build.sc
@@ -24,11 +24,11 @@ object server extends ScalaModule with ScalafmtModule with BuildInfo {
def ivyDeps =
Agg(
- ivy"ch.qos.logback:logback-classic:1.4.14",
- ivy"com.github.pureconfig::pureconfig:0.17.5",
+ ivy"ch.qos.logback:logback-classic:1.5.6",
+ ivy"com.github.pureconfig::pureconfig:0.17.6",
ivy"com.github.scopt::scopt:4.1.0",
ivy"org.apache.pekko::pekko-stream:1.0.2",
- ivy"org.bouncycastle:bcprov-jdk15to18:1.77",
+ ivy"org.bouncycastle:bcprov-jdk15to18:1.78.1",
ivy"org.log4s::log4s:1.10.0"
)
@@ -51,6 +51,6 @@ object server extends ScalaModule with ScalafmtModule with BuildInfo {
}
object test extends Tests with TestModule.ScalaTest with ScalafmtModule {
- def ivyDeps = Agg(ivy"org.scalatest::scalatest:3.2.17")
+ def ivyDeps = Agg(ivy"org.scalatest::scalatest:3.2.18")
}
}