Skip to content

Commit

Permalink
Update Dagger yml and README with new latest version number.
Browse files Browse the repository at this point in the history
RELNOTES=N/A
PiperOrigin-RevId: 527989792
  • Loading branch information
bcorso authored and Dagger Team committed Apr 28, 2023
1 parent 03c7ce5 commit 9858bf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ release.

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

DAGGER_TAG = "2.45"
DAGGER_SHA = "8f55f8b081a72835fed96be66dbfccb95ee2ceff092872397e5e639cccec2114"
DAGGER_TAG = "2.46"
DAGGER_SHA = "fc0fb0fe1ad4f812e39e11984381bc4a95165530a7d51ef5a20e3b9f01abd11a"
http_archive(
name = "dagger",
strip_prefix = "dagger-dagger-%s" % DAGGER_TAG,
Expand Down

0 comments on commit 9858bf6

Please sign in to comment.