Skip to content

Commit

Permalink
5.23 is snapshot, actually
Browse files Browse the repository at this point in the history
  • Loading branch information
knutwalker committed Jul 19, 2024
1 parent 4e0aea4 commit d199f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ext {
'5.20': properties.getOrDefault('neo4jVersion520', '5.20.0'),
'5.21': properties.getOrDefault('neo4jVersion521', '5.21.2'),
'5.22': properties.getOrDefault('neo4jVersion522', '5.22.0'),
'5.23': properties.getOrDefault('neo4jVersion523', '5.23.0'),
'5.23': properties.getOrDefault('neo4jVersion523', '5.23.0-SNAPSHOT'),
]

neo4jDefault = neos.'5.20'
Expand Down

0 comments on commit d199f8e

Please sign in to comment.