aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2023-05-28 08:21:40 +0100
committerJuan J. Martinez <jjm@usebox.net>2023-05-28 08:21:40 +0100
commit03d866dfd433e5b4d827852d8f0d1c771ff0febc (patch)
treed787a43af80625043cd584b2d38d67933af4ee3f
parent5fe9499fb134c3478805a73dbdddb615a0266118 (diff)
downloadspacebeans-03d866dfd433e5b4d827852d8f0d1c771ff0febc.tar.gz
spacebeans-03d866dfd433e5b4d827852d8f0d1c771ff0febc.zip
Updated dependencies
-rw-r--r--build.sc10
1 files changed, 5 insertions, 5 deletions
diff --git a/build.sc b/build.sc
index e1cc3fb..f819435 100644
--- a/build.sc
+++ b/build.sc
@@ -8,7 +8,7 @@ import $ivy.`com.lihaoyi::mill-contrib-buildinfo:$MILL_VERSION`
import mill.contrib.buildinfo.BuildInfo
object server extends ScalaModule with ScalafmtModule with BuildInfo {
- def scalaVersion = "2.13.8"
+ def scalaVersion = "2.13.10"
def scalacOptions =
Seq(
@@ -25,11 +25,11 @@ object server extends ScalaModule with ScalafmtModule with BuildInfo {
def ivyDeps =
Agg(
- ivy"ch.qos.logback:logback-classic:1.4.5",
- ivy"com.github.pureconfig::pureconfig:0.17.2",
+ ivy"ch.qos.logback:logback-classic:1.4.7",
+ ivy"com.github.pureconfig::pureconfig:0.17.4",
ivy"com.github.scopt::scopt:4.1.0",
ivy"com.typesafe.akka::akka-stream:2.6.20",
- ivy"org.bouncycastle:bcprov-jdk15to18:1.72",
+ ivy"org.bouncycastle:bcprov-jdk15to18:1.73",
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.14")
+ def ivyDeps = Agg(ivy"org.scalatest::scalatest:3.2.16")
}
}