diff --git a/build.sbt b/build.sbt index 15d4e9d9b5..e7356509a4 100644 --- a/build.sbt +++ b/build.sbt @@ -671,7 +671,7 @@ lazy val `quill-orientdb` = .settings( Test / fork := true, libraryDependencies ++= Seq( - "com.orientechnologies" % "orientdb-graphdb" % "3.2.20" + "com.orientechnologies" % "orientdb-graphdb" % "3.2.21" ) ) .dependsOn(`quill-sql-jvm` % "compile->compile;test->test")