Skip to content

Commit

Permalink
incremented file-conversion-onejar dependency to version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bill-baumgartner committed Jul 25, 2022
1 parent f60d5b2 commit 2abe82b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CRAFT Corpus Changes

## Version 5.0.2
* Incremented file-conversion-onejar dependency to v0.3.1; this update addresses a bug in the CoNLL file writer where the `#end document` tags were missing.

## Version 5.0.1
* Missing Knowtator-2 XML files for two documents that do not contain MONDO annotations were added.

Expand Down
2 changes: 1 addition & 1 deletion build.boot
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(set-env! :dependencies '[[edu.ucdenver.ccp/file-conversion-onejar "0.3.0"]]
(set-env! :dependencies '[[edu.ucdenver.ccp/file-conversion-onejar "0.3.1"]]
:repositories {"bionlp" "https://svn.code.sf.net/p/bionlp/code/repo/"})
(require '[clojure.java.io :refer [file]]
'[clojure.java.io :as io])
Expand Down

0 comments on commit 2abe82b

Please sign in to comment.