bump om-next to 1.0.0-alpha48

This commit is contained in:
Travis McLane 2017-03-07 11:19:48 -06:00
parent bd80fff8fa
commit e5db902aaa
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ interfaceConf =
android: ["core.cljs"]
common: ["state.cljs"]
other: [["support.cljs","re_natal/support.cljs"]]
deps: ['[org.omcljs/om "1.0.0-alpha41" :exclusions [cljsjs/react cljsjs/react-dom]]']
deps: ['[org.omcljs/om "1.0.0-alpha48" :exclusions [cljsjs/react cljsjs/react-dom]]']
shims: ["cljsjs.react", "cljsjs.react.dom"]
sampleCommandNs: '(in-ns \'$PROJECT_NAME_HYPHENATED$.state)'
sampleCommand: '(swap! app-state assoc :app/msg "Hello Native World!")'