Skip to content

Commit d0b5f92

Browse files
Update otoroshi dependency version to 17.15.0
1 parent f402cf4 commit d0b5f92

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ lazy val root = (project in file("."))
1515
assembly / test := {},
1616
assembly / assemblyJarName := "otoroshi-plugin-webhook-validator-assembly_2.12-dev.jar",
1717
libraryDependencies ++= Seq(
18-
"fr.maif" %% "otoroshi" % "17.13.0" % "provided",
18+
"fr.maif" %% "otoroshi" % "17.15.0" % "provided",
1919
munit % Test
2020
)
21-
)
21+
)

0 commit comments

Comments
 (0)