Skip to content

Commit

Permalink
Update App Engine to 1.9.20
Browse files Browse the repository at this point in the history
  • Loading branch information
codeconsole committed May 14, 2015
1 parent df55665 commit 3685350
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common.gradle
@@ -1,6 +1,6 @@
ext.gaelykGroovyVersion = '2.3.0'
ext.gaelykSpockVersion = '0.7-groovy-2.0'
ext.gaelykAppEngineVersion = '1.9.19'
ext.gaelykAppEngineVersion = '1.9.20'
ext.gaelykLatestVersion = '2.2'
ext.gaelykSpockLatestVersion = '0.4'
ext.gaelykGradleVersion = '1.10'
Expand Down
2 changes: 1 addition & 1 deletion template-project/build.gradle
Expand Up @@ -24,7 +24,7 @@ repositories {
}

dependencies {
def gaeVersion = '1.9.4'
def gaeVersion = '1.9.20'
def groovyVersion = '2.3.0'

compile "org.codehaus.groovy:groovy-all:${groovyVersion}"
Expand Down
2 changes: 1 addition & 1 deletion website/war/WEB-INF/pages/download.gtpl
Expand Up @@ -25,7 +25,7 @@ You can use the <b>Gaelyk</b> JAR in combination with Groovy 2.3.x and beyond an

<p>
The latest version was tested with Groovy 2.3.0,
and with the 1.9.4 version of the App Engine SDK.
and with the 1.9.20 version of the App Engine SDK.
</p>

<p>
Expand Down

0 comments on commit 3685350

Please sign in to comment.