Skip to content

Commit

Permalink
change zk version to 6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaochong committed May 9, 2012
1 parent 1f95169 commit b3f480a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grails-app/conf/BuildConfig.groovy
Expand Up @@ -28,7 +28,7 @@ grails.project.dependency.resolution = {
// specify dependencies here under either 'build', 'compile', 'runtime', 'test' or 'provided' scopes eg.

// runtime 'mysql:mysql-connector-java:5.1.13'
def zkVersion="6.0.0"
def zkVersion="6.0.1"
runtime "org.zkoss.zk:zk:${zkVersion}"
runtime "org.zkoss.zk:zul:${zkVersion}"
runtime "org.zkoss.zk:zkplus:${zkVersion}"
Expand Down

0 comments on commit b3f480a

Please sign in to comment.