Commit 5f61b35 1 parent c41e0a5 commit 5f61b35 Copy full SHA for 5f61b35
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- (defproject io.github.erdos /stencil-core " 0.5.8 "
1
+ (defproject io.github.erdos /stencil-core " 0.5.9-SNAPSHOT "
2
2
:url " https://github.com/erdos/stencil"
3
3
:description " Templating engine for office documents."
4
4
:license {:name " Eclipse Public License - v 2.0"
Original file line number Diff line number Diff line change 1
- (defproject io.github.erdos /stencil-service " 0.5.8 "
1
+ (defproject io.github.erdos /stencil-service " 0.5.9-SNAPSHOT "
2
2
:description " Web service for the Stencil templating engine"
3
3
:url " https://github.com/erdos/stencil"
4
4
:license {:name " Eclipse Public License - v 2.0"
5
5
:url " https://www.eclipse.org/legal/epl-2.0/" }
6
6
:dependencies [[org.clojure/clojure " 1.11.1" ]
7
- [io.github.erdos/stencil-core " 0.5.8 " ]
7
+ [io.github.erdos/stencil-core " 0.5.9-SNAPSHOT " ]
8
8
[org.slf4j/slf4j-api " 2.0.9" ]
9
9
[org.mozilla/rhino-engine " 1.7.14" ]
10
10
[http-kit " 2.7.0" ]
You can’t perform that action at this time.
0 commit comments