Skip to content

Commit

Permalink
Fix PSH version in scripts/akka-to-pekko
Browse files Browse the repository at this point in the history
  • Loading branch information
PawelLipski committed Aug 24, 2023
1 parent e985c2b commit a4b4b0b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/standard-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ jobs:
- uses: coursier/cache-action@v6
- uses: coursier/setup-action@v1

- run: git fetch --tags
- name: Publish Maven artifacts
run: sbt ci-release
env:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
*.log

.bsp/
.DS_Store/
.idea/
.sbt/
null/
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 @@ -21,7 +21,7 @@ s/\<ASH\>/ASH/g
s/("ch\.megard" %% "pekko-http-cors") % ".*"/\1 % "0.0.0-SNAPSHOT"/
s/("org\.apache\.pekko" %% "pekko-grpc-runtime") % ".*"/\1 % "1.0.0-RC2-2-56662643-SNAPSHOT"/
s/("org\.apache\.pekko" % "sbt-pekko-grpc") % ".*"/\1 % "0.0.0-94-0bfb43a6-SNAPSHOT"/
s/("org\.virtuslab\.ash" % "sbt-akka-serialization-helper") % ".*"/\1 % "0.1.0"/
s/("org\.virtuslab\.psh" % "sbt-pekko-serialization-helper") % ".*"/\1 % "0.7.2.1"/
s/(val pekkoHttp2SupportVersion) = .*/\1 = "0.0.0+4272-045c925b-SNAPSHOT"/
s/(val pekkoHttpVersion) = .*/\1 = "1.0.0"/
s/(val pekkoManagementVersion) = .*/\1 = "1.0.0"/
Expand Down

0 comments on commit a4b4b0b

Please sign in to comment.