https://github.com/evolution-gaming/akka-to-pekko-adapter
Enables the compiler to work with both Akka and Pekko classes
https://github.com/evolution-gaming/akka-to-pekko-adapter
Last synced: 10 months ago
JSON representation
Enables the compiler to work with both Akka and Pekko classes
- Host: GitHub
- URL: https://github.com/evolution-gaming/akka-to-pekko-adapter
- Owner: evolution-gaming
- License: mit
- Created: 2025-05-20T09:47:46.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-22T13:35:57.000Z (11 months ago)
- Last Synced: 2025-07-22T15:24:09.072Z (11 months ago)
- Language: Scala
- Size: 34.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# akka-to-pekko-adapter
Enables the compiler to work with both Akka and Pekko classes
## Usage
pick the desired module and add it as a dependency to your project. For instance to use actor module layer:
```scala
val version = ???
libraryDependencies += "com.evolution" %% "akka-to-pekko-adapter-stream" % version
```