File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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.81 " % Test ,
36+ " io.flow" %% " lib-test-utils-play29" % " 0.2.82 " % Test ,
3737 " org.postgresql" % " postgresql" % " 42.7.7" % Test
3838 ),
3939 resolvers += " Typesafe repository" at " https://repo.typesafe.com/typesafe/releases/" ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.2")
77
88resolvers += " Flow Plugins" at " https://flow.jfrog.io/flow/plugins-release/"
99
10- addSbtPlugin(" io.flow" % " sbt-flow-linter" % " 0.0.71 " )
10+ addSbtPlugin(" io.flow" % " sbt-flow-linter" % " 0.0.72 " )
1111
1212addSbtPlugin(" com.github.sbt" % " sbt-git" % " 2.1.0" )
1313
You can’t perform that action at this time.
0 commit comments