-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
26 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
# Pekko Connectors samples | ||
# Apache Pekko Connectors samples | ||
|
||
Samples for [Pekko Connectors](https://pekko.apache.org/docs/pekko-connectors/current/). | ||
|
||
The samples should run with Java 8 or above. If you are building the docs using [Paradox](https://developer.lightbend.com/docs/paradox/current/index.html) | ||
then you will need to use Java 11. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
addSbtPlugin("com.lightbend.akka" % "sbt-paradox-akka" % "0.44") | ||
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.1") | ||
|
||
dependencyOverrides += "org.scala-lang.modules" %% "scala-xml" % "2.2.0" | ||
libraryDependencies += "org.scalameta" %% "scalameta" % "4.4.6" | ||
|
||
resolvers += Resolver.ApacheMavenSnapshotsRepo | ||
|
||
addSbtPlugin("org.apache.pekko" % "pekko-sbt-paradox" % "1.0.0+8-1d350942-SNAPSHOT") | ||
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.1") |