Skip to content

Commit

Permalink
versions of gorm
Browse files Browse the repository at this point in the history
  • Loading branch information
lgrignon committed Nov 16, 2017
1 parent 207d13a commit 4454944
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ apply plugin:"asset-pipeline"

ext {
grailsVersion = project.grailsVersion
gradleWrapperVersion = project.gradleWrapperVersion
}

configurations {
Expand Down Expand Up @@ -56,7 +55,7 @@ dependencies {
compile "org.grails.plugins:cache"
compile "org.grails.plugins:scaffolding"

compile "org.grails.plugins:hibernate5:6.1.4"
compile "org.grails.plugins:hibernate5:${project.gormVersion}"
compile 'org.grails.plugins:cache'

compile "org.hibernate:hibernate-core:5.2.9.Final"
Expand Down
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
grailsVersion=3.3.1
gradleWrapperVersion=3.5
gormVersion=6.1.8.RELEASE

0 comments on commit 4454944

Please sign in to comment.