diff --git a/examples/todomvc/project.clj b/examples/todomvc/project.clj index c314262..6582375 100644 --- a/examples/todomvc/project.clj +++ b/examples/todomvc/project.clj @@ -5,7 +5,7 @@ [re-frame "0.8.0-SNAPSHOT"] [binaryage/devtools "0.7.0"] [secretary "1.2.3"] - [prismatic/schema "1.0.3"]] + [prismatic/schema "1.1.2"]] :plugins [[lein-cljsbuild "1.1.3"] [lein-figwheel "0.5.4-5"]]