We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3794ae6 commit e7a9e79Copy full SHA for e7a9e79
app/build.gradle
@@ -20,11 +20,11 @@ repositories {
20
}
21
22
dependencies {
23
- // Use Scala 2.13 in our library project
24
- implementation 'org.scala-lang:scala-library:2.13.3'
+ // Use Scala 2.13.16 in our library project
+ implementation 'org.scala-lang:scala-library:2.13.16'
25
26
// This dependency is used by the application.
27
- implementation 'com.google.guava:guava:30.0-jre'
+ implementation 'com.google.guava:guava:33.4.0-jre'
28
29
// Podcast API
30
implementation "com.listennotes:podcast-api:1.1.6"
0 commit comments