Skip to content

Commit

Permalink
Bump opencypher version
Browse files Browse the repository at this point in the history
GitOrigin-RevId: e487ee7fc1987be9b4d773e46916d3868c956afb
  • Loading branch information
LeifW authored and thatbot-copy[bot] committed Mar 5, 2024
1 parent 401304f commit d8652b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,10 @@ lazy val `quine-cypher`: Project = project
"-Xlog-implicits"
),
libraryDependencies ++= Seq(
"com.thatdot" %% s"expressions-${openCypherV}" % openCypherV,
"com.thatdot" %% s"front-end-${openCypherV}" % openCypherV,
"com.thatdot" %% s"opencypher-cypher-ast-factory-${openCypherV}" % openCypherV,
"com.thatdot" %% s"util-${openCypherV}" % openCypherV,
"com.thatdot.opencypher" %% "expressions" % openCypherV,
"com.thatdot.opencypher" %% "front-end" % openCypherV,
"com.thatdot.opencypher" %% "opencypher-cypher-ast-factory" % openCypherV,
"com.thatdot.opencypher" %% "util" % openCypherV,
"org.typelevel" %% "cats-core" % catsV,
"org.scalatest" %% "scalatest" % scalaTestV % Test,
"org.apache.pekko" %% "pekko-stream-testkit" % pekkoV % Test
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ object Dependencies {
val memeIdV = "0.8.0"
val metricsInfluxdbV = "1.1.0"
val msgPackV = "0.9.8"
val openCypherV = "9.1.1"
val openCypherV = "9.1.2"
val parboiledV = "1.4.1"
val pegdownV = "1.6.0"
val plotlyV = "1.57.1"
Expand Down

0 comments on commit d8652b4

Please sign in to comment.