Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrej-kvasnovsky committed Mar 1, 2016
1 parent 219e774 commit 775465f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions grails-vaadin7-demo/grails-app/conf/BuildConfig.groovy
Expand Up @@ -53,7 +53,7 @@ grails.project.dependency.resolution = {

plugins {

// compile ':vaadin:7.4.7'
compile ':vaadin:7.6.1'

// plugins for the build system only
build ":tomcat:7.0.55"
Expand All @@ -77,4 +77,4 @@ grails.project.dependency.resolution = {
}
}

grails.plugin.location.'vaadin' = "../grails-vaadin7-plugin"
//grails.plugin.location.'vaadin' = "../grails-vaadin7-plugin"
2 changes: 1 addition & 1 deletion grails-vaadin7-demo/grails-app/conf/VaadinConfig.groovy
Expand Up @@ -23,7 +23,7 @@ vaadin {
themes = ['mytheme']

// You can specify exact version of Vaadin for SASS compilation
sassCompile = '7.4.7'
sassCompile = '7.6.1'

// Use your own widgetset (e.g. include addons)
// - add the depedencies in BuildConfig.groovy
Expand Down

0 comments on commit 775465f

Please sign in to comment.