We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 466b53b commit e129cf1Copy full SHA for e129cf1
2 files changed
deps.edn
@@ -4,7 +4,7 @@
4
:deps {
5
org.clojure/clojure {:mvn/version "1.10.1"}
6
camel-snake-kebab {:mvn/version "0.4.0"}
7
- techascent/tech.datatype {:mvn/version "5.05"}
8
- org.clojure/data.json {:mvn/version "0.2.7"}
+ techascent/tech.datatype {:mvn/version "5.18"}
+ org.clojure/data.json {:mvn/version "1.0.0"}
9
}
10
project.clj
@@ -1,4 +1,4 @@
1
-(defproject clj-python/libpython-clj "1.46-SNAPSHOT"
+(defproject clj-python/libpython-clj "1.46"
2
:description "libpython bindings to the techascent ecosystem"
3
:url "http://github.com/cnuernber/libpython-clj"
:license {:name "Eclipse Public License"
0 commit comments