mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 00:11:11 +00:00
0.1.0
This commit is contained in:
parent
3de42eff00
commit
d4a4949ad0
8 changed files with 13 additions and 13 deletions
|
|
@ -3,4 +3,4 @@
|
|||
:dependencies [[org.clojure/clojure "1.9.0"]
|
||||
[ring "1.6.3"]
|
||||
[metosin/muuntaja "0.4.1"]
|
||||
[metosin/reitit "0.1.0-SNAPSHOT"]])
|
||||
[metosin/reitit "0.1.0"]])
|
||||
|
|
|
|||
|
|
@ -3,4 +3,4 @@
|
|||
:dependencies [[org.clojure/clojure "1.9.0"]
|
||||
[ring "1.6.3"]
|
||||
[metosin/muuntaja "0.4.1"]
|
||||
[metosin/reitit "0.1.0-SNAPSHOT"]])
|
||||
[metosin/reitit "0.1.0"]])
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
(defproject metosin/reitit-core "0.1.0-SNAPSHOT"
|
||||
(defproject metosin/reitit-core "0.1.0"
|
||||
:description "Snappy data-driven router for Clojure(Script)"
|
||||
:url "https://github.com/metosin/reitit"
|
||||
:license {:name "Eclipse Public License"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
(defproject metosin/reitit-ring "0.1.0-SNAPSHOT"
|
||||
(defproject metosin/reitit-ring "0.1.0"
|
||||
:description "Reitit: Ring routing"
|
||||
:url "https://github.com/metosin/reitit"
|
||||
:license {:name "Eclipse Public License"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
(defproject metosin/reitit-schema "0.1.0-SNAPSHOT"
|
||||
(defproject metosin/reitit-schema "0.1.0"
|
||||
:description "Reitit: Plumatic Schema coercion"
|
||||
:url "https://github.com/metosin/reitit"
|
||||
:license {:name "Eclipse Public License"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
(defproject metosin/reitit-spec "0.1.0-SNAPSHOT"
|
||||
(defproject metosin/reitit-spec "0.1.0"
|
||||
:description "Reitit: clojure.spec coercion"
|
||||
:url "https://github.com/metosin/reitit"
|
||||
:license {:name "Eclipse Public License"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
(defproject metosin/reitit "0.1.0-SNAPSHOT"
|
||||
(defproject metosin/reitit "0.1.0"
|
||||
:description "Snappy data-driven router for Clojure(Script)"
|
||||
:url "https://github.com/metosin/reitit"
|
||||
:license {:name "Eclipse Public License"
|
||||
|
|
|
|||
12
project.clj
12
project.clj
|
|
@ -1,4 +1,4 @@
|
|||
(defproject metosin/reitit-parent "0.1.0-SNAPSHOT"
|
||||
(defproject metosin/reitit-parent "0.1.0"
|
||||
:description "Snappy data-driven router for Clojure(Script)"
|
||||
:url "https://github.com/metosin/reitit"
|
||||
:license {:name "Eclipse Public License"
|
||||
|
|
@ -9,11 +9,11 @@
|
|||
:source-uri "https://github.com/metosin/reitit/{version}/{filepath}#L{line}"
|
||||
:metadata {:doc/format :markdown}}
|
||||
|
||||
:managed-dependencies [[metosin/reitit "0.1.0-SNAPSHOT"]
|
||||
[metosin/reitit-core "0.1.0-SNAPSHOT"]
|
||||
[metosin/reitit-ring "0.1.0-SNAPSHOT"]
|
||||
[metosin/reitit-spec "0.1.0-SNAPSHOT"]
|
||||
[metosin/reitit-schema "0.1.0-SNAPSHOT"]
|
||||
:managed-dependencies [[metosin/reitit "0.1.0"]
|
||||
[metosin/reitit-core "0.1.0"]
|
||||
[metosin/reitit-ring "0.1.0"]
|
||||
[metosin/reitit-spec "0.1.0"]
|
||||
[metosin/reitit-schema "0.1.0"]
|
||||
|
||||
[meta-merge "1.0.0"]
|
||||
[metosin/spec-tools "0.6.1"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue