diff --git a/app/build.gradle b/app/build.gradle index 17c1f98..452eae5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -31,7 +31,7 @@ dependencies { testImplementation 'org.scalatest:scalatest_2.13:3.3.0-SNAP4' testImplementation 'org.scalatestplus:junit-4-13_2.13:3.3.0.0-SNAP3' testImplementation("com.approvaltests:approvaltests:24.1.0") - testImplementation("com.google.code.gson:gson:2.10.1") + testImplementation("com.google.code.gson:gson:2.11.0") // Need scala-xml at test runtime testRuntimeOnly 'org.scala-lang.modules:scala-xml_2.13:2.3.0'