From cf17c9a45d91a73e8c30e673cf6eebe3518f88c2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 24 Jul 2023 16:25:50 +0000 Subject: [PATCH] Update orientdb-graphdb to 3.2.21 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")