We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a39bf6b commit e67a797Copy full SHA for e67a797
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.11.0" % "provided" excludeAll(ExclusionRule("fr.maif", "wasm4s")),
+ "fr.maif" %% "otoroshi" % "17.12.0" % "provided" excludeAll(ExclusionRule("fr.maif", "wasm4s")),
14
"fr.maif" %% "wasm4s" % "4.1.2" classifier "bundle",
15
munit % Test
16
)
0 commit comments