diff options
author | Juan J. Martinez <jjm@usebox.net> | 2022-07-07 21:18:45 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-07-07 21:18:45 +0100 |
commit | da781c8d9fc9ab0d7b1ef235f13d9c83bdebc602 (patch) | |
tree | cfaa555e79eda31d714e528876f94d282e5f48d0 | |
parent | 2077acfdfb0845c7191dc1ce31e4d434361ac933 (diff) | |
download | spacebeans-da781c8d9fc9ab0d7b1ef235f13d9c83bdebc602.tar.gz spacebeans-da781c8d9fc9ab0d7b1ef235f13d9c83bdebc602.zip |
Updated dependencies
-rw-r--r-- | build.sc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -27,7 +27,7 @@ object server extends ScalaModule with ScalafmtModule with BuildInfo { Agg( ivy"ch.qos.logback:logback-classic:1.2.11", ivy"com.github.pureconfig::pureconfig:0.17.1", - ivy"com.github.scopt::scopt:4.0.1", + 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"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.11") + def ivyDeps = Agg(ivy"org.scalatest::scalatest:3.2.12") } } |