Skip to content

Commit

Permalink
Bump Pekko versions
Browse files Browse the repository at this point in the history
  • Loading branch information
PawelLipski committed Nov 14, 2024
1 parent c650179 commit 40e5846
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/akka-to-pekko.sed
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ s/Akka/Pekko/g
s/\<ash\>/psh/g
s/\<ASH\>/ASH/g

s/(val pekkoGrpcRuntimeVersion) = ".*"/\1 = "1.1.0"/
s/(val pekkoGrpcSbtPluginVersion) = ".*"/\1 = "1.1.0"/
s/(val pekkoGrpcRuntimeVersion) = ".*"/\1 = "1.1.1"/
s/(val pekkoGrpcSbtPluginVersion) = ".*"/\1 = "1.1.1"/
s/(val pekkoHttp2SupportVersion) = .*/\1 = "0.0.0+4272-045c925b-SNAPSHOT"/
s/(val pekkoHttpCorsVersion) = .*/\1 = "1.1.0"/
s/(val pekkoHttpVersion) = .*/\1 = "1.1.0"/
s/(val pekkoManagementVersion) = .*/\1 = "1.0.0"/
s/(val pekkoManagementVersion) = .*/\1 = "1.1.0"/
s/(val pekkoPersistenceJdbcVersion) = .*/\1 = "1.1.0"/
s/(val pekkoProjectionVersion) = .*/\1 = "1.0.0"/
s/(val pekkoVersion) = .*/\1 = "1.1.2"/
Expand Down

0 comments on commit 40e5846

Please sign in to comment.