Skip to content

Commit

Permalink
Update tessellation to v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinwadon committed Mar 14, 2024
1 parent 4b55744 commit e6ea534
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
path: tessellation
repository: Constellation-Labs/tessellation
ref: v2.4.0-SNAPSHOT
ref: v2.4.0
token: ${{ secrets.GITHUB_TOKEN }}

- name: Set up Java
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
path: tessellation
repository: Constellation-Labs/tessellation
ref: v2.4.0-SNAPSHOT
ref: v2.4.0
token: ${{ secrets.GITHUB_TOKEN }}

- name: Set up Java
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ object Dependencies {
val logstash = "7.2"
val organizeImports = "0.6.0"
val refined = "0.10.1"
val tessellation = "2.4.0-SNAPSHOT"
val tessellation = "2.4.0"
val weaver = "0.8.1"
}

Expand Down

0 comments on commit e6ea534

Please sign in to comment.