Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
Signed-off-by: Fabio Di Fabio <[email protected]>
  • Loading branch information
fab-10 committed Dec 6, 2024
1 parent b20d27c commit e73a928
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions acceptance-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ dependencies {
testImplementation "${besuArtifactGroup}.internal:core"
testImplementation "${besuArtifactGroup}.internal:dsl"
testImplementation "${besuArtifactGroup}.internal:eth"
testImplementation "${besuArtifactGroup}.internal:metrics-core"

testImplementation 'io.tmio:tuweni-bytes'
testImplementation 'io.tmio:tuweni-units'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
releaseVersion=0.8.0-rc6.1
besuVersion=24.11-delivery39
arithmetizationVersion=0.8.0-rc6
arithmetizationVersion=0.8.0-rc6-local
besuArtifactGroup=io.consensys.linea-besu
distributionIdentifier=linea-sequencer
distributionBaseUrl=https://artifacts.consensys.net/public/linea-besu/raw/names/linea-besu.tar.gz/versions/
4 changes: 2 additions & 2 deletions sequencer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ dependencies {
compileOnly "${besuArtifactGroup}:besu-datatypes"
compileOnly "${besuArtifactGroup}:evm"
compileOnly "${besuArtifactGroup}:plugin-api"
compileOnly "${besuArtifactGroup}.internal:algorithms"
implementation "${besuArtifactGroup}.internal:algorithms"
compileOnly "${besuArtifactGroup}.internal:api"
compileOnly "${besuArtifactGroup}.internal:core"
compileOnly "${besuArtifactGroup}.internal:rlp"

compileOnly 'com.google.auto.service:auto-service'
compileOnly 'com.google.auto.service:auto-service-annotations'

compileOnly 'info.picocli:picocli'
implementation 'info.picocli:picocli'

compileOnly 'io.vertx:vertx-core'

Expand Down

0 comments on commit e73a928

Please sign in to comment.