Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Update doobie-core to 0.9.2 #196

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update doobie-core to 0.9.2
  • Loading branch information
scala-steward committed Sep 8, 2020
commit c246339626de03711e9ba644ced7acb9d1872f14
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ object Dependencies {
val Http4sVersion = "0.21.3"
val Elastic4sVersion = "7.3.5"
val CatsVersion = "2.1.1"
val DoobieVersion = "0.9.0"
val DoobieVersion = "0.9.2"

lazy val opencensus = Seq(
"io.opencensus" % "opencensus-api" % OpencensusVersion,
Expand Down