Skip to content

Commit

Permalink
Bump pekko
Browse files Browse the repository at this point in the history
  • Loading branch information
PawelLipski committed Oct 13, 2024
1 parent 4d27efb commit 809b355
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,13 +22,13 @@ s/Akka/Pekko/g
s/\<ash\>/psh/g
s/\<ASH\>/ASH/g

s/(val pekkoGrpcRuntimeVersion) = ".*"/\1 = "1.0.2"/
s/(val pekkoGrpcSbtPluginVersion) = ".*"/\1 = "1.0.2"/
s/(val pekkoGrpcRuntimeVersion) = ".*"/\1 = "1.1.0"/
s/(val pekkoGrpcSbtPluginVersion) = ".*"/\1 = "1.1.0"/
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 pekkoPersistenceJdbcVersion) = .*/\1 = "1.1.0"/
s/(val pekkoProjectionVersion) = .*/\1 = "1.0.0"/
s/(val pekkoVersion) = .*/\1 = "1.1.1"/
s/(val pekkoVersion) = .*/\1 = "1.1.2"/
s/(val sbtNativePackagerVersion) = ".*"/\1 = "1.10.0"/

0 comments on commit 809b355

Please sign in to comment.