-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move JDBC connector deps to :dev alias (#18)
* Move JDBC connector deps to :dev alias * Revert deps align * Unalign dev alias deps * Add JDBC drivers to test runner * Add README note about breaking change * Update README.md Co-authored-by: Timo Kramer <[email protected]> * Update README.md Co-authored-by: Timo Kramer <[email protected]> * Bump library version in build.clj --------- Co-authored-by: Timo Kramer <[email protected]>
- Loading branch information
1 parent
0b68d31
commit faaf200
Showing
4 changed files
with
18 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#!/usr/bin/env bash | ||
|
||
clojure -M:test -m kaocha.runner "$@" | ||
clojure -M:dev:test -m kaocha.runner "$@" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters