From 30ebd2f6dc0804af4b9138201eab81bf3848ae36 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Fri, 18 Aug 2023 10:19:24 +0200 Subject: [PATCH] Update orientdb-graphdb to 3.2.22 (#2823) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3716b3cae5..cc6b08aaa3 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.22" ) ) .dependsOn(`quill-sql-jvm` % "compile->compile;test->test")