#792 - Upgrade to Coroutines 1.2.0-alpha-2.

Original pull request: #791.

This version introduces Flow type (not final yet) that
allows to expose Flux or Publisher to Coroutines world.
This commit is contained in:
Sebastien Deleuze
2019-04-05 15:27:26 +02:00
committed by Mark Paluch
parent 44cb9a9614
commit 83074ed840

View File

@@ -98,7 +98,7 @@
<jsonpath>2.4.0</jsonpath>
<junit>4.12</junit>
<kotlin>1.3.21</kotlin>
<kotlin-coroutines>1.1.1</kotlin-coroutines>
<kotlin-coroutines>1.2.0-alpha-2</kotlin-coroutines>
<logback>1.2.3</logback>
<lombok>1.18.6</lombok>
<mockito>2.23.4</mockito>