diff --git a/build.sbt b/build.sbt index 27dfc8a..7e07037 100644 --- a/build.sbt +++ b/build.sbt @@ -37,8 +37,8 @@ libraryDependencies ++= Seq( "com.google.inject" % "guice" % "6.0.0" % Provided, "com.google.inject.extensions" % "guice-assistedinject" % "6.0.0" % Provided, "com.iheart" %% "ficus" % "1.5.2", - "io.flow" %% "lib-util" % "0.2.77", - "io.flow" %% "lib-log-play29" % "0.2.77", + "io.flow" %% "lib-util" % "0.2.78", + "io.flow" %% "lib-log-play29" % "0.2.79", "com.typesafe.akka" %% "akka-actor" % akkaVersion % Provided, "com.typesafe.akka" %% "akka-slf4j" % akkaVersion % Provided, "com.typesafe.akka" %% "akka-testkit" % akkaVersion % Test, diff --git a/project/plugins.sbt b/project/plugins.sbt index 7a2a71e..719e1b6 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,7 +3,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") addSbtPlugin("com.github.sbt" % "sbt-git" % "2.1.0")