Skip to content

Commit 916f28b

Browse files
author
Paul Stockley
committed
Update to GWT 2.8.1
1 parent e63b9cd commit 916f28b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies {
4242
}
4343

4444
gwt {
45-
gwtVersion "2.8.0"
45+
gwtVersion "2.8.1"
4646

4747
eclipse.addGwtContainer = false;
4848

@@ -56,9 +56,9 @@ gwt {
5656
modules 'gwt.react.preact_sanity_test.preactsanitytest'
5757

5858
dependencies {
59-
gwt group: 'com.github.gwtreact', name: 'gwt-interop-utils', version: '0.2.+'
60-
gwt group: 'com.github.gwtreact', name: 'gwt-react', version: '0.5.+'
61-
gwt group: 'com.github.gwtreact', name: 'gwt-react-router', version: '0.4.+'
59+
gwt group: 'com.github.gwtreact', name: 'gwt-interop-utils', version: '0.4.+'
60+
gwt group: 'com.github.gwtreact', name: 'gwt-react', version: '0.6.+'
61+
gwt group: 'com.github.gwtreact', name: 'gwt-react-router', version: '0.5.+'
6262
}
6363

6464
superDev {

0 commit comments

Comments
 (0)