Skip to content

Commit

Permalink
Update skunk-circe, skunk-core to 0.6.1 (#254)
Browse files Browse the repository at this point in the history
* Update skunk-circe, skunk-core to 0.6.1

* Fixed broken import
  • Loading branch information
hnaderi authored Oct 12, 2023
1 parent 7325395 commit 6ade822
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/skunk-circe/src/main/scala/CirceCodec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import edomata.skunk.BackendCodec.Json
import edomata.skunk.BackendCodec.JsonB
import io.circe.Decoder
import io.circe.Encoder
import io.circe.parser.decode
import io.circe.jawn.decode
import io.circe.syntax.*

object CirceCodec {
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ object Dependencies {
val cats = "2.10.0"
val catsEffect = "3.5.2"
val fs2 = "3.9.2"
val skunk = "0.6.0"
val skunk = "0.6.1"
val scalaCheck = "1.15.4"
val MUnit = "1.0.0-M8"
val CatsEffectMunit = "2.0.0-M3"
Expand Down

0 comments on commit 6ade822

Please sign in to comment.