diff --git a/build.sbt b/build.sbt index 0103fa12..2c8d1ca4 100644 --- a/build.sbt +++ b/build.sbt @@ -49,7 +49,7 @@ val simpleConfigurationVersion: String = "1.5.7" val googleOAuthClient: String = "1.36.0" val nettyVersion: String = "4.1.114.Final" val slf4jVersion: String = "1.7.36" -val logbackVersion: String = "1.5.9" +val logbackVersion: String = "1.5.11" val standardSettings = Seq[Setting[_]]( // We should remove this when all transitive dependencies use the same version of scala-xml @@ -61,7 +61,7 @@ val standardSettings = Seq[Setting[_]]( ), libraryDependencies ++= Seq( "com.github.nscala-time" %% "nscala-time" % "2.34.0", - "com.softwaremill.macwire" %% "macros" % "2.6.3" % "provided", + "com.softwaremill.macwire" %% "macros" % "2.6.4" % "provided", specs2 % Test, "org.specs2" %% "specs2-matcher-extra" % specsVersion % Test ), diff --git a/project/plugins.sbt b/project/plugins.sbt index b57e08e4..d6122f57 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -17,7 +17,7 @@ libraryDependencies += "org.vafer" % "jdeb" % "1.11" artifacts (Artifact("jdeb", addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0") -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.3") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2") addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.10.0-RC1")