diff --git a/build.sbt b/build.sbt index e814c49158..8112bfc13e 100644 --- a/build.sbt +++ b/build.sbt @@ -678,7 +678,7 @@ lazy val `quill-orientdb` = .settings( Test / fork := true, libraryDependencies ++= Seq( - "com.orientechnologies" % "orientdb-graphdb" % "3.2.22" + "com.orientechnologies" % "orientdb-graphdb" % "3.2.23" ) ) .dependsOn(`quill-sql-jvm` % "compile->compile;test->test")