File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,22 +10,22 @@ Tinklj a Clojure api for [Google Tink](https://github.com/google/tink) cryptogra
1010
1111#### Leiningen/Boot
1212```
13- [tinklj "0.1.15 -SNAPSHOT"]
13+ [tinklj "0.1.21 -SNAPSHOT"]
1414```
1515#### Clojure CLI/deps.edn
1616```
17- tinklj {:mvn/version "0.1.15 -SNAPSHOT"}
17+ tinklj {:mvn/version "0.1.21 -SNAPSHOT"}
1818```
1919#### Gradle
2020```
21- compile 'tinklj:tinklj:0.1.15 -SNAPSHOT'
21+ compile 'tinklj:tinklj:0.1.21 -SNAPSHOT'
2222```
2323#### Maven
2424``` xml
2525<dependency >
2626 <groupId >tinklj</groupId >
2727 <artifactId >tinklj</artifactId >
28- <version >0.1.15 -SNAPSHOT</version >
28+ <version >0.1.21 -SNAPSHOT</version >
2929</dependency >
3030```
3131
Original file line number Diff line number Diff line change 1- (defproject tinklj " 0.1.15 -SNAPSHOT"
1+ (defproject tinklj " 0.1.21 -SNAPSHOT"
22 :description " A Clojure API for Google Tink Crypto Library. Offering a range of cryptographic techniques that are simple and easy to use."
33 :dependencies [[org.clojure/clojure " 1.11.1" ]
44 [com.google.crypto.tink/tink " 1.20.0" ]
You can’t perform that action at this time.
0 commit comments