Skip to content

Commit

Permalink
Fix scala/play2-6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
junder31 committed Oct 27, 2020
1 parent fe8b486 commit d3e5036
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions instrumentation/play-2.6/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ dependencies {
implementation("org.scala-lang:scala-library:2.11.+")
implementation("com.typesafe.play:play-server_2.11:2.6.0")
testImplementation("com.typesafe.play:play-test_2.11:2.6.0")
testImplementation("com.typesafe.play:play-test_2.11:2.6.18")
testImplementation("com.typesafe.play:play-java_2.11:2.6.0")
testImplementation("com.typesafe.play:play-java_2.11:2.6.18")
testImplementation("com.jayway.restassured:rest-assured:2.7.0")
testImplementation("javax.xml.bind:jaxb-api:2.3.0")
}
Expand Down

0 comments on commit d3e5036

Please sign in to comment.