Skip to content

Commit 3c0bba9

Browse files
committed
scala 3 update.
1 parent fdceb0b commit 3c0bba9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ errorprone = '2.31.0'
33
jackson = '2.18.0'
44
scala212 = '2.12.20'
55
scala213 = '2.13.15'
6-
scala3 = '3.3.3'
6+
scala3 = '3.3.4'
77
scalatest = '3.2.19'
88

99
[libraries]

xpath-to-xml-scala/gradle-3.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_3:2.3.0=compileClasspath,runtimeClasspath
5-
org.scala-lang:scala-library:2.13.12=compileClasspath,runtimeClasspath
6-
org.scala-lang:scala3-library_3:3.3.3=compileClasspath,runtimeClasspath
5+
org.scala-lang:scala-library:2.13.14=compileClasspath,runtimeClasspath
6+
org.scala-lang:scala3-library_3:3.3.4=compileClasspath,runtimeClasspath
77
empty=

0 commit comments

Comments
 (0)