We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cac155d commit 0c85942Copy full SHA for 0c85942
1 file changed
build.sbt
@@ -12,7 +12,7 @@ lazy val root = (project in file("."))
12
assembly / test := {},
13
assembly / assemblyJarName := "otoroshi-plugin-couchbase-assembly_2.12-dev.jar",
14
libraryDependencies ++= Seq(
15
- "fr.maif" %% "otoroshi" % "17.9.2" % "provided",
+ "fr.maif" %% "otoroshi" % "17.10.0" % "provided",
16
"com.couchbase.client" %% "scala-client" % "1.5.1",
17
munit % Test
18
)
0 commit comments