Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
envelope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
logging
envelope
Commits
469c1acd
Verified
Commit
469c1acd
authored
Sep 21, 2018
by
Kjetil Thuen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use leiningen format version string in README
parent
d530c849
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
README.md
README.md
+3
-1
deps.edn
deps.edn
+1
-1
No files found.
README.md
View file @
469c1acd
...
...
@@ -30,7 +30,9 @@ your consumers worry about formatting and appenders and all that jazz.
If your project is an application, add
`Envelope`
to your dependency graph:
`no.nsd.envelope {:mvn/version 0.1.0}`
```
[no.nsd.envelope "0.1.0"]
```
And use it like this:
...
...
deps.edn
View file @
469c1acd
{
:paths
[
"resources"
"src"
]
:deps
{
org.clojure/clojure
{
:mvn/version
"
RELEASE
"
}
:deps
{
org.clojure/clojure
{
:mvn/version
"
1.9.0
"
}
org.clojure/data.json
{
:mvn/version
"0.2.6"
}
com.taoensso/timbre
{
:mvn/version
"4.10.0"
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment