Skip to content

Commit 08bd328

Browse files
committed
Update dependencies
1 parent 5f6ef9c commit 08bd328

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ jobs:
33
build:
44
working_directory: /root/aqoursql
55
docker:
6-
- image: clojure:lein-2.8.1-alpine
6+
- image: clojure:lein-2.9.1-alpine
77
environment:
88
TZ: Asia/Tokyo
99
TEST_DATABASE_URL: "jdbc:mysql://localhost:3306/aqoursql_test?user=aqoursql_dev&password=password123"

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ pom.xml.asc
1313
/dev/resources/local.edn
1414
/dev/src/local.clj
1515
.rebel_readline_history
16+
.eastwood

project.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
[io.pedestal/pedestal.jetty "0.5.5"]
1212
[io.pedestal/pedestal.service "0.5.5"]
1313
[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"]]
1515
:plugins [[duct/lein-duct "0.11.2"]]
1616
:middleware [lein-duct.plugin/middleware]
1717
:main ^:skip-aot aqoursql.main
@@ -38,7 +38,7 @@
3838
:plugins [[jonase/eastwood "0.3.5"]
3939
[lein-ancient "0.6.15"]
4040
[lein-cljfmt "0.6.4"]
41-
[lein-cloverage "1.1.0"]
41+
[lein-cloverage "1.1.1"]
4242
[lein-codox "0.10.6"]
4343
[lein-kibit "0.1.6"]]
4444
:aliases {"rebel" ^{:doc "Run REPL with rebel-readline."}

0 commit comments

Comments
 (0)