Skip to content

Commit

Permalink
Scala-Steward: Update postgresql from 42.6.0 to 42.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and PawelLipski committed Nov 22, 2023
1 parent edabb96 commit 6bdc154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/akka-persistence-app/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ libraryDependencies ++= Seq(
"com.typesafe.akka" %% "akka-serialization-jackson" % akkaVersion,
"com.lightbend.akka" %% "akka-persistence-jdbc" % akkaPersistenceJdbcVersion,
"com.typesafe.akka" %% "akka-persistence-testkit" % akkaVersion % Test,
"org.postgresql" % "postgresql" % "42.6.0",
"org.postgresql" % "postgresql" % "42.7.0",
// 4. Querying or projecting data from Akka Persistence
"com.typesafe.akka" %% "akka-persistence-query" % akkaVersion,
"com.lightbend.akka" %% "akka-projection-eventsourced" % akkaProjectionVersion,
Expand Down

0 comments on commit 6bdc154

Please sign in to comment.