From 130b0d23e0c68c60e770c79af4501e856c615e34 Mon Sep 17 00:00:00 2001 From: Jason Frame Date: Mon, 25 Sep 2023 11:03:35 +1000 Subject: [PATCH] Use test fixtures from 23.9.1 --- acceptance-tests/build.gradle | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/acceptance-tests/build.gradle b/acceptance-tests/build.gradle index 42d3efbb8..ab8cdf840 100644 --- a/acceptance-tests/build.gradle +++ b/acceptance-tests/build.gradle @@ -52,9 +52,8 @@ dependencies { testImplementation 'tech.pegasys.teku.internal:networks' testImplementation 'tech.pegasys.teku.internal:json' testImplementation 'tech.pegasys.teku.internal:jackson' - // Use test fixtures from Teku 23.8.0 as latest version doesn't include any test fixtures - testImplementation (group: 'tech.pegasys.teku.internal', name: 'spec', classifier: 'test-fixtures', version: '23.8.0') - testImplementation (group: 'tech.pegasys.teku.internal', name: 'bls', classifier: 'test-fixtures', version: '23.8.0') + testImplementation (group: 'tech.pegasys.teku.internal', name: 'spec', classifier: 'test-fixtures') + testImplementation (group: 'tech.pegasys.teku.internal', name: 'bls', classifier: 'test-fixtures') testImplementation 'tech.pegasys.teku.internal:serializer' testImplementation 'tech.pegasys.teku.internal:unsigned' testImplementation 'tech.pegasys.teku.internal:async'