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

Commit

Permalink
Upgraded the underlying reactor-core to version 3.2.9.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
sinwe committed Jun 12, 2019
1 parent b2c1a6d commit 9715e3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions versions.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ext.defaultScala_2_11_Version = '2.11.12'
ext.defaultScala_2_12_Version = '2.12.6'
ext.defaultScala_2_12_Version = '2.12.8'

if (!hasProperty('scalaVersion')) {
ext.scalaVersion = ext.defaultScala_2_12_Version
Expand All @@ -19,7 +19,7 @@ ext {
logbackVersion = "1.3.0-alpha4"
mockitoVersion = "2.21.0"
pegdownVersion = "1.6.0"
reactorVersion = "3.2.2.RELEASE"
reactorVersion = "3.2.9.RELEASE"
scalaLoggingVersion = "3.9.0"
scalatestVersion = "3.0.5-M1"
scoverageVersion = "1.4.0-M3"
Expand Down

0 comments on commit 9715e3a

Please sign in to comment.