diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 84420aa..ffeb77e 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -4,16 +4,16 @@ import sbt._ object Dependencies { - val Scala213 = "2.13.12" - val Scala3 = "3.3.1" + val Scala213 = "2.13.14" + val Scala3 = "3.3.3" val CrossScalaVersions = Seq(Scala213, Scala3) - val AkkaVersion = "2.9.0" + val AkkaVersion = "2.9.3" val AkkaVersionInDocs = AkkaVersion.take(3) val AkkaHttpVersionInDocs = "10.6" - val ScalaTestVersion = "3.2.15" + val ScalaTestVersion = "3.2.18" - val commonsText = "org.apache.commons" % "commons-text" % "1.10.0" // ApacheV2 + val commonsText = "org.apache.commons" % "commons-text" % "1.11.0" // ApacheV2 object Compile { val akkaActor = "com.typesafe.akka" %% "akka-actor" % AkkaVersion diff --git a/project/plugins.sbt b/project/plugins.sbt index 44351bb..517aa94 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,7 +2,7 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.7.0") addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.3") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.3") addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-dependencies" % "0.2.4") -addSbtPlugin("com.lightbend.akka" % "sbt-paradox-akka" % "0.55") +addSbtPlugin("com.lightbend.akka" % "sbt-paradox-akka" % "0.57") addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.1") addSbtPlugin("com.lightbend.sbt" % "sbt-publish-rsync" % "0.2") addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.7.0")