Skip to content

Commit

Permalink
Use 2.13 in pregel bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
Mats-SX committed Dec 13, 2024
1 parent 7ef2187 commit 0a8b199
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/pregel-bootstrap/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ plugins {

ext {
// Make sure these are the same as your installation of GDS and Neo4j
gdsVersion = '2.12.0'
neo4jVersion = '5.25.1'
gdsVersion = '2.13.2'
neo4jVersion = '5.26.0'

// Necessary to generate value classes for Pregel configs
immutablesVersion = '2.10.1'
Expand Down

0 comments on commit 0a8b199

Please sign in to comment.