Skip to content

Commit

Permalink
Merge pull request #30 from hden/resource
Browse files Browse the repository at this point in the history
require duct.core.resource
  • Loading branch information
hden committed Dec 29, 2021
2 parents 2cc8fd8 + c5e4a55 commit 2a7a76f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject hden/duct.module.datomic "0.5.4"
(defproject hden/duct.module.datomic "0.5.5"
:description "A Duct module that adds Integrant keys for a Datomic database connection and Ragtime migrations to a configuration."
:url "https://github.com/hden/duct.module.datomic"
:license {:name "EPL-2.0"
Expand Down
1 change: 1 addition & 0 deletions src/duct/migrator/ragtime/datomic.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
(ns duct.migrator.ragtime.datomic
(:require [clojure.edn :as edn]
[duct.logger :as logger]
[duct.core.resource]
[integrant.core :as ig]
[ragtime.core :as ragtime]
[ragtime.datomic :as ragtime-datomic]
Expand Down

0 comments on commit 2a7a76f

Please sign in to comment.