Merge branch 'main' into zkbesu

# Conflicts:
#	.github/issue_template.md
This commit is contained in:
Fabio Di Fabio
2024-11-04 11:30:27 +01:00
203 changed files with 1600 additions and 2958 deletions

View File

@@ -36,11 +36,13 @@ dependencies {
implementation 'com.fasterxml.jackson.core:jackson-databind'
implementation 'com.google.guava:guava'
implementation 'com.google.dagger:dagger'
implementation 'info.picocli:picocli'
implementation 'io.tmio:tuweni-bytes'
implementation 'io.tmio:tuweni-units'
implementation "org.immutables:value-annotations"
annotationProcessor "org.immutables:value"
annotationProcessor 'com.google.dagger:dagger-compiler'
testImplementation project(':testutil')