File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 3
3
build :
4
4
working_directory : /root/aqoursql
5
5
docker :
6
- - image : clojure:lein-2.8 .1-alpine
6
+ - image : clojure:lein-2.9 .1-alpine
7
7
environment :
8
8
TZ : Asia/Tokyo
9
9
TEST_DATABASE_URL : " jdbc:mysql://localhost:3306/aqoursql_test?user=aqoursql_dev&password=password123"
Original file line number Diff line number Diff line change @@ -13,3 +13,4 @@ pom.xml.asc
13
13
/dev /resources /local.edn
14
14
/dev /src /local.clj
15
15
.rebel_readline_history
16
+ .eastwood
Original file line number Diff line number Diff line change 11
11
[io.pedestal/pedestal.jetty " 0.5.5" ]
12
12
[io.pedestal/pedestal.service " 0.5.5" ]
13
13
[org.clojure/clojure " 1.10.0" ]
14
- [org.mariadb.jdbc/mariadb-java-client " 2.4.0 " ]]
14
+ [org.mariadb.jdbc/mariadb-java-client " 2.4.1 " ]]
15
15
:plugins [[duct/lein-duct " 0.11.2" ]]
16
16
:middleware [lein-duct.plugin/middleware]
17
17
:main ^:skip-aot aqoursql.main
38
38
:plugins [[jonase/eastwood " 0.3.5" ]
39
39
[lein-ancient " 0.6.15" ]
40
40
[lein-cljfmt " 0.6.4" ]
41
- [lein-cloverage " 1.1.0 " ]
41
+ [lein-cloverage " 1.1.1 " ]
42
42
[lein-codox " 0.10.6" ]
43
43
[lein-kibit " 0.1.6" ]]
44
44
:aliases {" rebel" ^{:doc " Run REPL with rebel-readline." }
You can’t perform that action at this time.
0 commit comments