Skip to content

Commit

Permalink
Use old value-fixture (see immutables/immutables#1486)
Browse files Browse the repository at this point in the history
  • Loading branch information
snazy committed Oct 9, 2023
1 parent e85beb1 commit 467108c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ iceberg-spark34-scala212 = { module = "org.apache.iceberg:iceberg-spark-3.4_2.12
iceberg-spark34-scala213 = { module = "org.apache.iceberg:iceberg-spark-3.4_2.13", version.ref = "iceberg" }
immutables-builder = { module = "org.immutables:builder", version.ref = "immutables" }
immutables-value-annotations = { module = "org.immutables:value-annotations", version.ref = "immutables" }
immutables-value-fixture = { module = "org.immutables:value-fixture", version.ref = "immutables" }
immutables-value-fixture = { module = "org.immutables:value-fixture", version = "2.9.3" }
immutables-value-processor = { module = "org.immutables:value-processor", version.ref = "immutables" }
jackson-bom = { module = "com.fasterxml.jackson:jackson-bom", version = "2.15.2" }
jacoco-ant = { module = "org.jacoco:org.jacoco.ant", version.ref = "jacoco" }
Expand Down

0 comments on commit 467108c

Please sign in to comment.