Skip to content
Why GitHub?
Features
→
Code review
Project management
Integrations
Actions
Team management
Social coding
Documentation
Code hosting
Case Studies
→
Security
→
Enterprise
Explore
Explore GitHub
→
Learn & contribute
Topics
Collections
Trending
Learning Lab
Open source guides
Connect with others
Events
Community forum
GitHub Education
Marketplace
Pricing
Plans
→
Compare plans
Contact Sales
Nonprofit
→
Education
→
In this repository
All GitHub
↵
Jump to
↵
No suggested jump to results
In this repository
All GitHub
↵
Jump to
↵
In this repository
All GitHub
↵
Jump to
↵
Sign in
Sign up
Watch
13
Star
99
Fork
1
edn-query-language
/
eql
Code
Issues
0
Pull requests
1
Projects
0
Insights
Permalink
Browse files
Add provided deps
Loading branch information
...
wilkerlucio
committed
Nov 16, 2018
Verified
This commit was signed with a
verified signature
.
wilkerlucio
Wilker Lúcio
1 parent
4b2abe1
commit
de2334b520e5d2c22b356f183ef0893809487ae2
Unified
Split
Showing
1 changed file
with
5 additions
and
1 deletion
.
+5
−1
deps.edn
Show comments
View file
6
deps.edn
@@ -5,7 +5,11 @@
{org.clojure/test.check {
:mvn/version
"
0.10.0-alpha3
"
}}
:aliases
{
:test
{
:provided
{
:extra-deps
{org.clojure/clojure {
:mvn/version
"
1.9.0
"
}
org.clojure/clojurescript {
:mvn/version
"
1.10.339
"
}}}
:test
{
:extra-paths
[
"
test
"
]
:extra-deps
{com.cognitect/test-runner {
:git/url
"
https://github.com/cognitect-labs/test-runner.git
"
:sha
"
5fb4fc46ad0bf2e0ce45eba5b9117a2e89166479
"
}}
Toggle all file notes
0 comments on commit
de2334b
Please
sign in
to comment.
You can’t perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
Press h to open a hovercard with more details.
0 comments on commit
de2334b