Skip to content

Commit

Permalink
Upgrade dynapath dependency
Browse files Browse the repository at this point in the history
mainly to fix java9 compatibility issues. See
clojure-emacs/refactor-nrepl#169 for details.

Also prepare forked release of alembic with group `clojure-emacs`
version 0.3.3
  • Loading branch information
benedekfazekas committed May 1, 2017
1 parent 0cd1451 commit 395442e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
*This is a fork of alembic for the sole purpose of upgrade its dynapath dependency to fix compatibility issues with java9 as described in [this issue](https://github.com/clojure-emacs/refactor-nrepl/issues/169). There is no intention at the moment to revive/maintain alembic as a project.*

# alembic

[Repository](https://github.com/pallet/alembic) ·
Expand Down Expand Up @@ -30,7 +32,7 @@ do this by adding it to the `:dependencies` vector of the `:dev` profile in
`project.clj`.

```clj
:profiles {:dev {:dependencies [[alembic "0.3.2"]]}}
:profiles {:dev {:dependencies [[clojure-emacs/alembic "0.3.3"]]}}
```

You can enable Alembic on all you projects, by adding it to the `:dependencies`
Expand Down
4 changes: 4 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.3

- Upgrade dynapath to fix compatibility issues with java9.

## 0.3.2

- Add function to reset a still classloader
Expand Down
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject alembic "0.3.2"
(defproject clojure-emacs/alembic "0.3.3"
:description
"A library for use In the REPL. Add dependencies to your classpath,
reload your project.clj file, and invoke leiningen tasks."
Expand All @@ -7,7 +7,7 @@
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[lein-as-resource "2.5.0"]
[org.flatland/classlojure "0.7.0"]
[org.tcrawley/dynapath "0.2.3"]]
[org.tcrawley/dynapath "0.2.5"]]
:exclusions [[org.clojure/clojure]]
:profiles {:provided
{:dependencies [[org.clojure/clojure "1.4.0"]]}})

0 comments on commit 395442e

Please sign in to comment.