Skip to content

Commit

Permalink
Merge pull request #126 from scala-steward/update/rest-assured-5.4.0
Browse files Browse the repository at this point in the history
rest-assured 5.4.0 (was 5.3.2)
  • Loading branch information
mkurz authored Jan 22, 2024
2 parents ab64ac9 + c16ab33 commit 31f694d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test-app-filters/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ scalacOptions += "-deprecation"
libraryDependencies ++= Seq(
guice,
"be.objectify" %% "deadbolt-java" % version.value,
"io.rest-assured" % "rest-assured" % "5.3.2" % Test
"io.rest-assured" % "rest-assured" % "5.4.0" % Test
)

lazy val root = (project in file(".")).enablePlugins(PlayJava)
2 changes: 1 addition & 1 deletion test-app/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ scalacOptions += "-deprecation"
libraryDependencies ++= Seq(
guice,
"be.objectify" %% "deadbolt-java" % version.value,
"io.rest-assured" % "rest-assured" % "5.3.2" % Test
"io.rest-assured" % "rest-assured" % "5.4.0" % Test
)

lazy val root = (project in file(".")).enablePlugins(PlayJava)

0 comments on commit 31f694d

Please sign in to comment.