Skip to content

Commit 40e5846

Browse files
committed
Bump Pekko versions
1 parent c650179 commit 40e5846

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/akka-to-pekko.sed

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ s/Akka/Pekko/g
2222
s/\<ash\>/psh/g
2323
s/\<ASH\>/ASH/g
2424

25-
s/(val pekkoGrpcRuntimeVersion) = ".*"/\1 = "1.1.0"/
26-
s/(val pekkoGrpcSbtPluginVersion) = ".*"/\1 = "1.1.0"/
25+
s/(val pekkoGrpcRuntimeVersion) = ".*"/\1 = "1.1.1"/
26+
s/(val pekkoGrpcSbtPluginVersion) = ".*"/\1 = "1.1.1"/
2727
s/(val pekkoHttp2SupportVersion) = .*/\1 = "0.0.0+4272-045c925b-SNAPSHOT"/
2828
s/(val pekkoHttpCorsVersion) = .*/\1 = "1.1.0"/
2929
s/(val pekkoHttpVersion) = .*/\1 = "1.1.0"/
30-
s/(val pekkoManagementVersion) = .*/\1 = "1.0.0"/
30+
s/(val pekkoManagementVersion) = .*/\1 = "1.1.0"/
3131
s/(val pekkoPersistenceJdbcVersion) = .*/\1 = "1.1.0"/
3232
s/(val pekkoProjectionVersion) = .*/\1 = "1.0.0"/
3333
s/(val pekkoVersion) = .*/\1 = "1.1.2"/

0 commit comments

Comments
 (0)