Skip to content

Commit d0a9474

Browse files
authored
Update dependency org.scala-lang:scala-library to v2.13.2 (GoogleCloudPlatform#2752)
1 parent f028af0 commit d0a9474

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

functions/helloworld/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
<dependency>
116116
<groupId>org.scala-lang</groupId>
117117
<artifactId>scala-library</artifactId>
118-
<version>2.13.1</version>
118+
<version>2.13.2</version>
119119
</dependency>
120120

121121
<!-- Required for groovy samples -->

functions/helloworld/scala-hello-background/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>org.scala-lang</groupId>
4444
<artifactId>scala-library</artifactId>
45-
<version>2.13.1</version>
45+
<version>2.13.2</version>
4646
</dependency>
4747

4848
<!-- The following dependencies are only required for testing -->

functions/helloworld/scala-hello-world/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>org.scala-lang</groupId>
4444
<artifactId>scala-library</artifactId>
45-
<version>2.13.1</version>
45+
<version>2.13.2</version>
4646
</dependency>
4747

4848
<!-- The following dependencies are only required for testing -->

0 commit comments

Comments
 (0)