diff --git a/build.sbt b/build.sbt index 07b6a63c..2d7dedfe 100644 --- a/build.sbt +++ b/build.sbt @@ -61,8 +61,8 @@ lazy val lib: Project = project ws, filters, guice, - "io.flow" %% "lib-log-play29" % "0.2.77", - "io.flow" %% "lib-akka-play29" % "0.2.93", + "io.flow" %% "lib-log-play29" % "0.2.79", + "io.flow" %% "lib-akka-play29" % "0.2.95", "com.github.jwt-scala" %% "jwt-play-json" % "11.0.3", "javax.inject" % "javax.inject" % "1", "org.apache.commons" % "commons-io" % "1.3.2", @@ -98,7 +98,7 @@ lazy val standalone: Project = project scalafmtOnCompile := true, libraryDependencies ++= Seq( "com.typesafe.play" %% "play-guice" % "2.9.6", - "io.flow" %% "lib-util" % "0.2.77", + "io.flow" %% "lib-util" % "0.2.78", "org.scalatestplus.play" %% "scalatestplus-play" % "6.0.0" % Test, ), Test / javaOptions ++= Seq( diff --git a/project/plugins.sbt b/project/plugins.sbt index 9aa8d1d2..ab1b3e1b 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -16,7 +16,7 @@ addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.1") resolvers += "Flow Plugins" at "https://flow.jfrog.io/flow/plugins-release/" -addSbtPlugin("io.flow" % "sbt-flow-linter" % "0.0.75") +addSbtPlugin("io.flow" % "sbt-flow-linter" % "0.0.76") // Resolve scala-xml version dependency mismatch, see https://github.com/sbt/sbt/issues/7007 ThisBuild / libraryDependencySchemes ++= Seq(