Skip to content

Commit

Permalink
scala 3.3.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
SimY4 committed Jan 30, 2025
1 parent 7c7be1a commit 5afeaa8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ errorprone = '2.31.0'
jackson = '2.18.2'
scala212 = '2.12.20'
scala213 = '2.13.16'
scala3 = '3.3.4'
scala3 = '3.3.5'
scalatest = '3.2.19'

[libraries]
Expand Down
4 changes: 2 additions & 2 deletions xpath-to-json-gson/gradle.lockfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
com.google.code.gson:gson:2.11.0=compileClasspath,runtimeClasspath
com.google.errorprone:error_prone_annotations:2.27.0=compileClasspath,runtimeClasspath
com.google.code.gson:gson:2.12.0=compileClasspath,runtimeClasspath
com.google.errorprone:error_prone_annotations:2.36.0=compileClasspath,runtimeClasspath
empty=
4 changes: 2 additions & 2 deletions xpath-to-xml-scala/gradle-2.13.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
org.scala-lang.modules:scala-xml_2.13:2.3.0=compileClasspath,runtimeClasspath
org.scala-lang:scala-library:2.13.15=compileClasspath,runtimeClasspath
org.scala-lang:scala-reflect:2.13.15=compileClasspath
org.scala-lang:scala-library:2.13.16=compileClasspath,runtimeClasspath
org.scala-lang:scala-reflect:2.13.16=compileClasspath
empty=
4 changes: 2 additions & 2 deletions xpath-to-xml-scala/gradle-3.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
org.scala-lang.modules:scala-xml_3:2.3.0=compileClasspath,runtimeClasspath
org.scala-lang:scala-library:2.13.14=compileClasspath,runtimeClasspath
org.scala-lang:scala3-library_3:3.3.4=compileClasspath,runtimeClasspath
org.scala-lang:scala-library:2.13.15=compileClasspath,runtimeClasspath
org.scala-lang:scala3-library_3:3.3.5=compileClasspath,runtimeClasspath
empty=

0 comments on commit 5afeaa8

Please sign in to comment.