Skip to content

Commit

Permalink
switch to pekko instead of akka (#268)
Browse files Browse the repository at this point in the history
* switch to pekko instead of akka

- includes release for scala 3

* Update build.yml
  • Loading branch information
cornerman committed Nov 12, 2023
1 parent 6c753ad commit 3ef859b
Show file tree
Hide file tree
Showing 14 changed files with 20 additions and 1,006 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
strategy:
matrix:
scalaVersion: ["2.12.18", "2.13.12"]
scalaVersion: ["2.12.18", "2.13.12", "3.3.1"]
runs-on: ubuntu-latest

steps:
Expand All @@ -32,8 +32,6 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04]
scala: [2.13.12]
java: [adopt@1.8]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down
169 changes: 0 additions & 169 deletions akka/src/main/scala/client/AkkaWebsocketConnection.scala

This file was deleted.

40 changes: 0 additions & 40 deletions akka/src/main/scala/core/AkkaMessageBuilder.scala

This file was deleted.

89 changes: 0 additions & 89 deletions akka/src/main/scala/server/ConnectedClient.scala

This file was deleted.

0 comments on commit 3ef859b

Please sign in to comment.