Skip to content
This repository was archived by the owner on Mar 2, 2022. It is now read-only.

Commit 9715e3a

Browse files
committed
Upgraded the underlying reactor-core to version 3.2.9.RELEASE
1 parent b2c1a6d commit 9715e3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

versions.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ext.defaultScala_2_11_Version = '2.11.12'
2-
ext.defaultScala_2_12_Version = '2.12.6'
2+
ext.defaultScala_2_12_Version = '2.12.8'
33

44
if (!hasProperty('scalaVersion')) {
55
ext.scalaVersion = ext.defaultScala_2_12_Version
@@ -19,7 +19,7 @@ ext {
1919
logbackVersion = "1.3.0-alpha4"
2020
mockitoVersion = "2.21.0"
2121
pegdownVersion = "1.6.0"
22-
reactorVersion = "3.2.2.RELEASE"
22+
reactorVersion = "3.2.9.RELEASE"
2323
scalaLoggingVersion = "3.9.0"
2424
scalatestVersion = "3.0.5-M1"
2525
scoverageVersion = "1.4.0-M3"

0 commit comments

Comments
 (0)