We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11cd4de commit 2bded41Copy full SHA for 2bded41
build.gradle
@@ -43,7 +43,7 @@ ext.versions = [
43
emfGwt: '2.12.4',
44
gwt: '2.10.0',
45
guava: '31.1-jre',
46
- melk: '0.9.0-SNAPSHOT',
+ melk: '0.10.0-SNAPSHOT',
47
xtext: '2.28.0',
48
49
// From 2.26 on Xtext supports Java 17, however,
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "elkjs",
3
- "version": "0.9.0",
+ "version": "0.10.0",
4
"author": {
5
"name": "Ulf Rüegg",
6
"email": "uruurumail@gmail.com"
0 commit comments