From da781c8d9fc9ab0d7b1ef235f13d9c83bdebc602 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Thu, 7 Jul 2022 21:18:45 +0100 Subject: Updated dependencies --- build.sc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build.sc') 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") } } -- cgit v1.2.3