1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-21 02:27:10 +03:00

[clojure] update lumo/image to fix module mismatch.

This commit is contained in:
Joel Martin 2018-04-02 11:01:24 -05:00
parent 2c5410e8e9
commit ba46e3b027
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM ubuntu:xenial
FROM ubuntu:17.10
MAINTAINER Joel Martin <github@martintribe.org>
##########################################################

View File

@ -4,6 +4,6 @@
"description": "Make a Lisp (mal) language implemented in ClojureScript",
"dependencies": {
"ffi": "2.2.x",
"lumo-cljs": "^1.6.0"
"lumo-cljs": "1.7.x"
}
}