Skip to content

Commit 6dcd5e6

Browse files
committed
Bump versions
1 parent d286802 commit 6dcd5e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ version := "1.0"
77
scalaVersion := "2.13.15"
88

99
val pekkoVersion = "1.1.1"
10-
val pekkoHTTPVersion = "1.1.0-M1"
10+
val pekkoHTTPVersion = "1.1.0"
1111
val pekkoConnectorVersion = "1.0.2"
1212
val pekkoConnectorKafkaVersion = "1.0.0"
1313

@@ -139,8 +139,8 @@ libraryDependencies ++= Seq(
139139
"org.keycloak" % "keycloak-admin-client" % keycloakVersion,
140140
"org.jboss.spec.javax.ws.rs" % "jboss-jaxrs-api_2.1_spec" % "2.0.2.Final",
141141

142-
"org.postgresql" % "postgresql" % "42.7.3",
143-
"io.zonky.test.postgres" % "embedded-postgres-binaries-bom" % "16.2.0" % Test pomOnly(),
142+
"org.postgresql" % "postgresql" % "42.7.4",
143+
"io.zonky.test.postgres" % "embedded-postgres-binaries-bom" % "16.4.0" % Test pomOnly(),
144144
"io.zonky.test" % "embedded-postgres" % "2.0.7" % Test,
145145

146146
"org.scalatest" %% "scalatest" % "3.2.18" % Test,

0 commit comments

Comments
 (0)