Accidentally bumped the base test version up

This commit is contained in:
Laplie Anderson 2020-03-03 18:38:49 -05:00
parent fd0e10f0cb
commit 47fb25a8f8
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ dependencies {
testCompile project(':dd-java-agent:instrumentation:netty-4.1')
testCompile project(':dd-java-agent:instrumentation:akka-http-10.0')
testCompile group: 'com.typesafe.play', name: "play-ahc-ws-standalone_$scalaVersion", version: '2.1.2'
testCompile group: 'com.typesafe.play', name: "play-ahc-ws-standalone_$scalaVersion", version: '2.1.0'
latestDepTestCompile group: 'com.typesafe.play', name: "play-ahc-ws-standalone_$scalaVersion", version: '+'
}