Skip to content

Commit a532a94

Browse files
authored
point to long sha of repository with :sha instead of short :git/sha (#41)
* point to long sha of repository with :sha instead of short :git/sha * bump sha to point at last commit so all new deps paths are correct * bump storage deps.edn with last nippy commit that has its shas in a row...
1 parent 06738b2 commit a532a94

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

nippy/deps.edn

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
{:paths ["src"]
1515
:deps {com.taoensso/nippy {:mvn/version "3.1.1"}
1616
converge/converge {:git/url "https://github.com/evidentsystems/converge.git"
17-
:git/sha "63a44e4f6e5fd8e2a32f6ba16c54cd8c47776495"
17+
:sha "69912399a6e67083ac901bce648bd2dbd653f4d0"
1818
:deps/root "./converge"}}
1919

2020
:aliases

storage/deps.edn

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
;; limitations under the License.
1414
{:paths ["src"]
1515
:deps {converge/nippy {:git/url "https://github.com/evidentsystems/converge.git"
16-
:git/sha "63a44e4f6e5fd8e2a32f6ba16c54cd8c47776495"
16+
:sha "12479029d20c091a8262a2195831bcff73616eab"
1717
:deps/root "./nippy"}
1818
converge/converge {:git/url "https://github.com/evidentsystems/converge.git"
19-
:git/sha "63a44e4f6e5fd8e2a32f6ba16c54cd8c47776495"
19+
:sha "69912399a6e67083ac901bce648bd2dbd653f4d0"
2020
:deps/root "./converge"}}
2121
:aliases
2222
{:local

transit/deps.edn

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
;; limitations under the License.
1414
{:paths ["src"]
1515
:deps {converge/converge {:git/url "https://github.com/evidentsystems/converge.git"
16-
:git/sha "63a44e4f6e5fd8e2a32f6ba16c54cd8c47776495"
16+
:sha "69912399a6e67083ac901bce648bd2dbd653f4d0"
1717
:deps/root "./converge"}}
1818
:aliases
1919
{:local

0 commit comments

Comments
 (0)