Skip to content

Commit 1bb3d97

Browse files
authored
Flow dependency updates (#380)
* Update lib-test-utils-play29 to 0.2.79 * Update sbt-flow-linter to 0.0.71
1 parent c993894 commit 1bb3d97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ lazy val root = project
3333
scalacOptions ++= allScalacOptions ++ Seq("-release", "17"),
3434
libraryDependencies ++= Seq(
3535
"org.playframework.anorm" %% "anorm" % "2.8.1",
36-
"io.flow" %% "lib-test-utils-play29" % "0.2.77" % Test,
36+
"io.flow" %% "lib-test-utils-play29" % "0.2.79" % Test,
3737
"org.postgresql" % "postgresql" % "42.7.7" % Test
3838
),
3939
resolvers += "Typesafe repository" at "https://repo.typesafe.com/typesafe/releases/",

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.2")
77

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

10-
addSbtPlugin("io.flow" % "sbt-flow-linter" % "0.0.70")
10+
addSbtPlugin("io.flow" % "sbt-flow-linter" % "0.0.71")
1111

1212
addSbtPlugin("com.github.sbt" % "sbt-git" % "2.1.0")
1313

0 commit comments

Comments
 (0)