Skip to content

Commit 64b81f7

Browse files
author
Paul Stockley
committed
Upgrade to release version of GWT 2.8
1 parent 4b0ff10 commit 64b81f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ apply plugin: 'signing'
66

77
group = 'com.github.gwtreact'
88
archivesBaseName = 'gwt-react'
9-
version = "0.2.0"
9+
version = "0.3.0"
1010

1111
buildscript {
1212
repositories {
@@ -46,15 +46,15 @@ compileJava{
4646
}
4747

4848
gwt {
49-
gwtVersion "2.8.0-SNAPSHOT"
49+
gwtVersion "2.8.0"
5050

5151
eclipse.addGwtContainer = false;
5252

5353
minHeapSize = "512M";
5454
maxHeapSize = "4096M";
5555

5656
dependencies {
57-
gwt group: 'com.github.gwtreact', name: 'gwt-interop-utils', version: '0.1.0'
57+
gwt group: 'com.github.gwtreact', name: 'gwt-interop-utils', version: '0.2.0'
5858
}
5959
}
6060

0 commit comments

Comments
 (0)