diff --git a/build.sbt b/build.sbt index 2dc2614..4b0637f 100644 --- a/build.sbt +++ b/build.sbt @@ -33,7 +33,7 @@ lazy val root = project scalacOptions ++= allScalacOptions ++ Seq("-release", "17"), libraryDependencies ++= Seq( "org.playframework.anorm" %% "anorm" % "2.8.1", - "io.flow" %% "lib-test-utils-play29" % "0.2.88" % Test, + "io.flow" %% "lib-test-utils-play29" % "0.2.90" % Test, "org.postgresql" % "postgresql" % "42.7.7" % Test ), resolvers += "Typesafe repository" at "https://repo.typesafe.com/typesafe/releases/", diff --git a/project/plugins.sbt b/project/plugins.sbt index b6ce771..11aa4e7 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -7,7 +7,7 @@ addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.2") resolvers += "Flow Plugins" at "https://flow.jfrog.io/flow/plugins-release/" -addSbtPlugin("io.flow" % "sbt-flow-linter" % "0.0.72") +addSbtPlugin("io.flow" % "sbt-flow-linter" % "0.0.73") addSbtPlugin("com.github.sbt" % "sbt-git" % "2.1.0")