Skip to content

Commit

Permalink
Upgrades Doobie dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelrenoux committed Nov 15, 2020
1 parent 9d09513 commit 2933b9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,8 @@ The table below indicates for each version of TranzactIO, the versions of ZIO or
| 0.6.0 | 1.0.0-RC21-1 | 0.9.0 | 2.6.5 |
| 1.0.0 | 1.0.0 | 0.9.0 | 2.6.7 |
| 1.0.1 | 1.0.0 | 0.9.0 | 2.6.7 |
| 1.1.0 | 1.0.3 | 0.9.0 | 2.6.7 |
| master | 1.0.3 | 0.9.0 | 2.6.7 |
| 1.1.0 | 1.0.3 | 0.9.2 | 2.6.7 |
| master | 1.0.3 | 0.9.2 | 2.6.7 |



Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ scalacOptions ++= Seq(

val ZioVersion = "1.0.3"
val ZioCatsVersion = "2.2.0.1"
val DoobieVersion = "0.9.0"
val DoobieVersion = "0.9.2"
val AnormVersion = "2.6.7"
val H2Version = "1.4.200"

Expand Down

0 comments on commit 2933b9a

Please sign in to comment.