Skip to content

Commit

Permalink
version 0.1.3.21: update dependency versions (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
maksbotan authored Jul 6, 2021
1 parent 4087055 commit 4dc5ceb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

## [0.1.3.21] - 2021-07-03
### Changed
- Update dependency versions.

## [0.1.3.20] - 2021-06-04
### Changed
- YLAB2-629: Fasta parser is now able to parse empty lines in the beginning.
Expand Down
8 changes: 4 additions & 4 deletions package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cobot-io
version: 0.1.3.20
version: 0.1.3.21
github: "biocad/cobot-io"
license: BSD3
category: Bio
Expand All @@ -25,15 +25,15 @@ dependencies:
- text >= 1.2.2.1 && < 1.3
- bytestring >= 0.10.8.1 && < 0.11
- split
- attoparsec >= 0.10 && < 0.14
- attoparsec >= 0.10 && < 0.15
- binary >= 0.8.3.0 && < 1.0
- mtl >= 2.2.1 && < 2.3.0
- hyraxAbif >= 0.2.3.15 && < 0.2.4.0
- containers >= 0.5.7.1 && < 0.7
- http-conduit >= 2.3 && < 2.4
- array >= 0.5 && < 0.6
- deepseq >= 1.4 && < 1.5
- lens >= 4.16 && < 5.0
- lens >= 4.16 && < 5.1
- linear >= 1.20 && < 1.22
- vector

Expand Down Expand Up @@ -74,6 +74,6 @@ tests:
- cobot-io
- directory
- QuickCheck >= 2.9.2 && < 2.15
- hspec >= 2.4.1 && < 2.8
- hspec >= 2.4.1 && < 2.9
- neat-interpolation >= 0.3
- linear

0 comments on commit 4dc5ceb

Please sign in to comment.