Skip to content

Commit a39bf6b

Browse files
chore(deps): bump otoroshi 17.10.0 -> 17.11.0
1 parent 48efa1b commit a39bf6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ lazy val root = (project in file("."))
1010
name := "otoroshi-plugin-dynamic-js-modules",
1111
resolvers += "jitpack" at "https://jitpack.io",
1212
libraryDependencies ++= Seq(
13-
"fr.maif" %% "otoroshi" % "17.10.0" % "provided" excludeAll(ExclusionRule("fr.maif", "wasm4s")),
13+
"fr.maif" %% "otoroshi" % "17.11.0" % "provided" excludeAll(ExclusionRule("fr.maif", "wasm4s")),
1414
"fr.maif" %% "wasm4s" % "4.1.2" classifier "bundle",
1515
munit % Test
1616
)

0 commit comments

Comments
 (0)