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

Commit

Permalink
Updates versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sinwe committed Oct 22, 2017
1 parent 43f58d7 commit b0b7d90
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repositories {
}

ext {
reactorVersion = "3.1.0.RELEASE"
reactorVersion = "3.1.1.RELEASE"
baseScalaVersion = "2.11"

scoverageVersion = "1.3.0"
Expand All @@ -35,7 +35,7 @@ dependencies {
testCompile "org.scalatest:scalatest_%%:3.0.3"
testRuntime "org.pegdown:pegdown:1.6.0"
testCompile group: 'io.projectreactor', name: 'reactor-test', version: "$reactorVersion"
testCompile 'org.mockito:mockito-core:2.8.47'
testCompile 'org.mockito:mockito-core:2.11.0'

scoverage "org.scoverage:scalac-scoverage-plugin_%%:$scoverageVersion", "org.scoverage:scalac-scoverage-runtime_%%:$scoverageVersion"
}
Expand All @@ -54,7 +54,7 @@ buildscript {
classpath "gradle.plugin.org.scoverage:gradle-scoverage:2.1.0"
classpath 'net.researchgate:gradle-release:2.6.0'
classpath 'io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.11.0'
classpath 'org.owasp:dependency-check-gradle:2.1.0'
classpath 'org.owasp:dependency-check-gradle:3.0.1'
classpath "com.adtran:scala-multiversion-plugin:1.+"
classpath 'com.github.ben-manes:gradle-versions-plugin:0.15.0'
}
Expand Down
3 changes: 2 additions & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#Sun Oct 22 23:50:09 SGT 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.2.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.2.1-all.zip

0 comments on commit b0b7d90

Please sign in to comment.