Skip to content

Commit 0e76610

Browse files
authored
FDN-4304 Flow dependency updates (#632)
1 parent 5daf306 commit 0e76610

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ lazy val lib: Project = project
6161
ws,
6262
filters,
6363
guice,
64-
"io.flow" %% "lib-log-play29" % "0.2.73",
65-
"io.flow" %% "lib-akka-play29" % "0.2.88",
64+
"io.flow" %% "lib-log-play29" % "0.2.74",
65+
"io.flow" %% "lib-akka-play29" % "0.2.89",
6666
"com.github.jwt-scala" %% "jwt-play-json" % "11.0.3",
6767
"javax.inject" % "javax.inject" % "1",
6868
"org.apache.commons" % "commons-io" % "1.3.2",
@@ -98,7 +98,7 @@ lazy val standalone: Project = project
9898
scalafmtOnCompile := true,
9999
libraryDependencies ++= Seq(
100100
"com.typesafe.play" %% "play-guice" % "2.9.6",
101-
"io.flow" %% "lib-util" % "0.2.75",
101+
"io.flow" %% "lib-util" % "0.2.76",
102102
"org.scalatestplus.play" %% "scalatestplus-play" % "6.0.0" % Test,
103103
),
104104
Test / javaOptions ++= Seq(

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.1")
1616

1717
resolvers += "Flow Plugins" at "https://flow.jfrog.io/flow/plugins-release/"
1818

19-
addSbtPlugin("io.flow" % "sbt-flow-linter" % "0.0.73")
19+
addSbtPlugin("io.flow" % "sbt-flow-linter" % "0.0.74")
2020

2121
// Resolve scala-xml version dependency mismatch, see https://github.com/sbt/sbt/issues/7007
2222
ThisBuild / libraryDependencySchemes ++= Seq(

0 commit comments

Comments
 (0)