diff --git a/.github/workflows/standard-workflow.yml b/.github/workflows/standard-workflow.yml index a9f0fac9..0c5ddb33 100644 --- a/.github/workflows/standard-workflow.yml +++ b/.github/workflows/standard-workflow.yml @@ -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: diff --git a/.gitignore b/.gitignore index d4c726c1..eeacf1e3 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ *.log .bsp/ +.DS_Store/ .idea/ .sbt/ null/ diff --git a/scripts/akka-to-pekko.sed b/scripts/akka-to-pekko.sed index e8a9caf0..0be67574 100644 --- a/scripts/akka-to-pekko.sed +++ b/scripts/akka-to-pekko.sed @@ -21,7 +21,7 @@ s/\/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"/