File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ version := "1.0"
7
7
scalaVersion := " 2.13.15"
8
8
9
9
val pekkoVersion = " 1.1.1"
10
- val pekkoHTTPVersion = " 1.1.0-M1 "
10
+ val pekkoHTTPVersion = " 1.1.0"
11
11
val pekkoConnectorVersion = " 1.0.2"
12
12
val pekkoConnectorKafkaVersion = " 1.0.0"
13
13
@@ -139,8 +139,8 @@ libraryDependencies ++= Seq(
139
139
" org.keycloak" % " keycloak-admin-client" % keycloakVersion,
140
140
" org.jboss.spec.javax.ws.rs" % " jboss-jaxrs-api_2.1_spec" % " 2.0.2.Final" ,
141
141
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(),
144
144
" io.zonky.test" % " embedded-postgres" % " 2.0.7" % Test ,
145
145
146
146
" org.scalatest" %% " scalatest" % " 3.2.18" % Test ,
You can’t perform that action at this time.
0 commit comments