Skip to content

Commit

Permalink
Bump pekko projection snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
PawelLipski committed Oct 10, 2023
1 parent 09f65fb commit b5ea913
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .scala-steward.conf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ updates {
# <PEKKO-UNCOMMENT-START>
# allowPreReleases = [ { groupId = "org.apache.pekko" } ]
# allow = [ { groupId = "org.apache.pekko" } ]
# ignore = [ { groupId = "org.apache.pekko", artifactId = "pekko-grpc-runtime" } ]
# ignore = [ { groupId = "org.apache.pekko", artifactId = "pekko-grpc-runtime_2.13" } ]
# <PEKKO-UNCOMMENT-END>

# <PEKKO-REMOVE-START>
Expand Down
2 changes: 1 addition & 1 deletion scripts/akka-to-pekko.sed
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ s/(val pekkoHttpCorsVersion) = .*/\1 = "1.0.0"/
s/(val pekkoHttpVersion) = .*/\1 = "1.0.0"/
s/(val pekkoManagementVersion) = .*/\1 = "1.0.0"/
s/(val pekkoPersistenceJdbcVersion) = .*/\1 = "1.0.0"/
s/(val pekkoProjectionVersion) = .*/\1 = "0.0.0+79-2f39f1e4-SNAPSHOT"/
s/(val pekkoProjectionVersion) = .*/\1 = "0.0.0+80-269ab0a7-SNAPSHOT"/
s/(val pekkoVersion) = .*/\1 = "1.0.1"/

0 comments on commit b5ea913

Please sign in to comment.