Browse Source

Upgrade to Coroutines 1.2.0

pull/22792/head
Sebastien Deleuze 7 years ago
parent
commit
e131815bab
  1. 2
      build.gradle

2
build.gradle

@ -29,7 +29,7 @@ ext { @@ -29,7 +29,7 @@ ext {
}
aspectjVersion = "1.9.3"
coroutinesVersion = "1.2.0-alpha-2"
coroutinesVersion = "1.2.0"
freemarkerVersion = "2.3.28"
groovyVersion = "2.5.6"
hsqldbVersion = "2.4.1"

Loading…
Cancel
Save