We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f18007 commit 4643436Copy full SHA for 4643436
gradle/dependencies.gradle
@@ -1,7 +1,7 @@
1
ext {
2
neos = [
3
'5.25': '5.25.1',
4
- '5.26': '5.26.0-SNAPSHOT',
+ '5.26': '5.26.0',
5
]
6
7
neo4jDefault = project.hasProperty('isOpenGds') ? neos.'5.25' : neos.'5.26'
0 commit comments