diff options
author | Juan J. Martinez <jjm@usebox.net> | 2022-11-25 07:58:01 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-11-25 07:58:01 +0000 |
commit | 3b1f92e000f3df22bab25ffae2ef98ea0135833f (patch) | |
tree | 073af166a70245f2fb2e43dd19a3bea1b7a6a625 /build.sc | |
parent | a67b4873793cc4e4b6a7daa8fe607009dce4b04c (diff) | |
download | spacebeans-3b1f92e000f3df22bab25ffae2ef98ea0135833f.tar.gz spacebeans-3b1f92e000f3df22bab25ffae2ef98ea0135833f.zip |
Updated dependencies
Diffstat (limited to 'build.sc')
-rw-r--r-- | build.sc | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -25,11 +25,11 @@ object server extends ScalaModule with ScalafmtModule with BuildInfo { def ivyDeps = Agg( - ivy"ch.qos.logback:logback-classic:1.2.11", - ivy"com.github.pureconfig::pureconfig:0.17.1", + ivy"ch.qos.logback:logback-classic:1.4.5", + ivy"com.github.pureconfig::pureconfig:0.17.2", ivy"com.github.scopt::scopt:4.1.0", - ivy"com.typesafe.akka::akka-stream:2.6.19", - ivy"org.bouncycastle:bcprov-jdk15to18:1.70", + ivy"com.typesafe.akka::akka-stream:2.6.20", + ivy"org.bouncycastle:bcprov-jdk15to18:1.72", ivy"org.log4s::log4s:1.10.0" ) @@ -52,6 +52,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.12") + def ivyDeps = Agg(ivy"org.scalatest::scalatest:3.2.14") } } |