aboutsummaryrefslogtreecommitdiff
path: root/build.sc
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2022-07-07 21:18:45 +0100
committerJuan J. Martinez <jjm@usebox.net>2022-07-07 21:18:45 +0100
commitda781c8d9fc9ab0d7b1ef235f13d9c83bdebc602 (patch)
treecfaa555e79eda31d714e528876f94d282e5f48d0 /build.sc
parent2077acfdfb0845c7191dc1ce31e4d434361ac933 (diff)
downloadspacebeans-da781c8d9fc9ab0d7b1ef235f13d9c83bdebc602.tar.gz
spacebeans-da781c8d9fc9ab0d7b1ef235f13d9c83bdebc602.zip
Updated dependencies
Diffstat (limited to 'build.sc')
-rw-r--r--build.sc4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.sc b/build.sc
index c1f152d..1039f24 100644
--- a/build.sc
+++ b/build.sc
@@ -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")
}
}