Skip to content

Commit 5dca544

Browse files
committed
Scala updates.
1 parent 535b10a commit 5dca544

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

xpath-to-xml-scala/build-2.13.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ext {
2-
scalaVersion = '2.13.16'
2+
scalaVersion = '2.13.17'
33
scalaCompiler = '2.13'
44
}
55

xpath-to-xml-scala/build-3.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ext {
2-
scalaVersion = '3.3.6'
2+
scalaVersion = '3.3.7'
33
scalaCompiler = '3'
44
}
55

xpath-to-xml-scala/gradle-2.13.lockfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
# Manual edits can break the build and are not advised.
33
# This file is expected to be part of source control.
44
org.scala-lang.modules:scala-xml_2.13:2.4.0=compileClasspath,runtimeClasspath
5-
org.scala-lang:scala-library:2.13.16=compileClasspath,runtimeClasspath
6-
org.scala-lang:scala-reflect:2.13.16=compileClasspath
5+
org.scala-lang:scala-library:2.13.17=compileClasspath,runtimeClasspath
6+
org.scala-lang:scala-reflect:2.13.17=compileClasspath
77
empty=

xpath-to-xml-scala/gradle-3.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
# This file is expected to be part of source control.
44
org.scala-lang.modules:scala-xml_3:2.4.0=compileClasspath,runtimeClasspath
55
org.scala-lang:scala-library:2.13.16=compileClasspath,runtimeClasspath
6-
org.scala-lang:scala3-library_3:3.3.6=compileClasspath,runtimeClasspath
6+
org.scala-lang:scala3-library_3:3.3.7=compileClasspath,runtimeClasspath
77
empty=

0 commit comments

Comments
 (0)