Skip to content

Commit e7a9e79

Browse files
committed
Fix build issues.
1 parent 3794ae6 commit e7a9e79

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ repositories {
2020
}
2121

2222
dependencies {
23-
// Use Scala 2.13 in our library project
24-
implementation 'org.scala-lang:scala-library:2.13.3'
23+
// Use Scala 2.13.16 in our library project
24+
implementation 'org.scala-lang:scala-library:2.13.16'
2525

2626
// This dependency is used by the application.
27-
implementation 'com.google.guava:guava:30.0-jre'
27+
implementation 'com.google.guava:guava:33.4.0-jre'
2828

2929
// Podcast API
3030
implementation "com.listennotes:podcast-api:1.1.6"

0 commit comments

Comments
 (0)