forked from LibreGaming/matchbot
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
672 B
13 lines
672 B
;; SPDX-License-Identifier: Apache-2.0 |
|
;; SPDX-FileCopyrightText: 2021 Sebastian Crane <seabass-labrax@gmx.com> |
|
|
|
{:paths ["src"] |
|
:deps {org.clojure/data.json {:mvn/version "2.4.0"} |
|
clj-commons/clj-yaml {:mvn/version "0.7.107"} |
|
irclj/irclj {:mvn/version "0.5.0-alpha4"}} |
|
:aliases {:test {:extra-paths ["test"] |
|
:extra-deps {lambdaisland/kaocha {:mvn/version "1.60.972"}} |
|
:main-opts ["-m" "kaocha.runner"]} |
|
:build {:deps {io.github.clojure/tools.build {:git/tag "v0.8.1" :git/sha "7d40500"} |
|
com.github.pmonks/tools-pom {:mvn/version "1.0.74"}} |
|
:ns-default build}}}
|
|
|