diff --git a/build.sbt b/build.sbt index 849eb5d..80b6d87 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ import play.core.PlayVersion.{ current => playVersion } lazy val runChromeWebDriver = taskKey[Unit]("Run the chromewebdriver tests") -val macwire = "com.softwaremill.macwire" %% "macros" % "2.5.7" +val macwire = "com.softwaremill.macwire" %% "macros" % "2.5.9" val lombok = "org.projectlombok" % "lombok" % "1.18.8" % Provided val akkaCluster = Seq( "com.typesafe.akka" %% "akka-cluster" % AkkaVersion, @@ -39,7 +39,7 @@ lazy val root = (project in file(".")) "com.typesafe.play" %% "play-guice" % playVersion % Test, macwire % Test, // Test dependencies for running chrome driver - "io.github.bonigarcia" % "webdrivermanager" % "5.3.2" % Test, + "io.github.bonigarcia" % "webdrivermanager" % "5.3.3" % Test, "org.seleniumhq.selenium" % "selenium-chrome-driver" % "4.9.1" % Test, // Test framework dependencies "org.scalatest" %% "scalatest" % "3.1.2" % Test, diff --git a/project/plugins.sbt b/project/plugins.sbt index 9f220a6..cf78ed9 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.7.3")