Skip to content

Commit

Permalink
Merge pull request #634 from scala-steward/update/otj-pg-embedded-0.13.4
Browse files Browse the repository at this point in the history
Update otj-pg-embedded to 0.13.4
  • Loading branch information
mergify[bot] authored Jun 7, 2021
2 parents ae6b851 + 09bf190 commit 9901e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ val emailDependencies = Seq(
val scalatest = "org.scalatest" %% "scalatest" % "3.2.9" % Test
val unitTestingStack = Seq(scalatest)

val embeddedPostgres = "com.opentable.components" % "otj-pg-embedded" % "0.13.3" % Test
val embeddedPostgres = "com.opentable.components" % "otj-pg-embedded" % "0.13.4" % Test
val dbTestingStack = Seq(embeddedPostgres)

val catsEffectStack = Seq(
Expand Down

0 comments on commit 9901e34

Please sign in to comment.