Skip to content

Commit 0a8b199

Browse files
committed
Use 2.13 in pregel bootstrap
1 parent 7ef2187 commit 0a8b199

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/pregel-bootstrap/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ plugins {
77

88
ext {
99
// Make sure these are the same as your installation of GDS and Neo4j
10-
gdsVersion = '2.12.0'
11-
neo4jVersion = '5.25.1'
10+
gdsVersion = '2.13.2'
11+
neo4jVersion = '5.26.0'
1212

1313
// Necessary to generate value classes for Pregel configs
1414
immutablesVersion = '2.10.1'

0 commit comments

Comments
 (0)