File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 (
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.1")
1616
1717resolvers += " 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
2222ThisBuild / libraryDependencySchemes ++= Seq (
You can’t perform that action at this time.
0 commit comments