We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 944e703 commit 32c8088Copy full SHA for 32c8088
1 file changed
build.sbt
@@ -10,7 +10,7 @@ lazy val root = (project in file("."))
10
name := "otoroshi-plugin-dynamic-js-modules",
11
resolvers += "jitpack" at "https://jitpack.io",
12
libraryDependencies ++= Seq(
13
- "fr.maif" %% "otoroshi" % "17.14.0" % "provided" excludeAll(ExclusionRule("fr.maif", "wasm4s")),
+ "fr.maif" %% "otoroshi" % "17.15.0" % "provided" excludeAll(ExclusionRule("fr.maif", "wasm4s")),
14
"fr.maif" %% "wasm4s" % "4.1.2" classifier "bundle",
15
munit % Test
16
)
0 commit comments