Skip to content

Commit

Permalink
release 3.1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jexp committed Apr 3, 2017
1 parent 7f60cbb commit 50a17ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ idea {
}

group = 'org.neo4j.procedure'
version = '3.1.2.6-SNAPSHOT'
version = '3.1.3.6'
archivesBaseName = 'apoc'

description = """neo4j-apoc-procedures"""
Expand Down Expand Up @@ -109,6 +109,7 @@ shadowJar {
include(dependency('com.jayway.jsonpath:json-path'))
include(dependency('net.minidev:asm'))
include(dependency('net.minidev:json-smart'))
include(dependency('org.slf4j:slf4j-api'))
include(dependency('net.minidev:accessors-smart'))
include(dependency('com.github.javafaker:javafaker'))
}
Expand Down

0 comments on commit 50a17ab

Please sign in to comment.