diff --git a/build.sbt b/build.sbt index 7100388a..3e5eff4c 100644 --- a/build.sbt +++ b/build.sbt @@ -7,7 +7,7 @@ lazy val root = (project in file(".")) scalaVersion := "2.13.15", libraryDependencies ++= Seq( guice, - "org.scalatestplus.play" %% "scalatestplus-play" % "5.1.0" % Test + "org.scalatestplus.play" %% "scalatestplus-play" % "7.0.1" % Test ), scalacOptions ++= Seq( "-feature", diff --git a/project/plugins.sbt b/project/plugins.sbt index 147dcb9c..127bd87e 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ addSbtPlugin("com.beautiful-scala" % "sbt-scalastyle" % "1.5.1") addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.5") addSbtPlugin("org.irundaia.sbt" % "sbt-sassify" % "1.5.1") -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always \ No newline at end of file