Skip to content

Commit

Permalink
chore: Drop Scala 2.12 (#3016)
Browse files Browse the repository at this point in the history
  • Loading branch information
patriknw authored Sep 29, 2023
1 parent ffae52a commit 9a00582
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Alpakka [![scaladex-badge][]][scaladex] [![maven-central-badge][]][maven-central
[scaladex]: https://index.scala-lang.org/akka/alpakka
[scaladex-badge]: https://index.scala-lang.org/akka/alpakka/latest.svg
[maven-central]: https://search.maven.org/#search%7Cga%7C1%7Cakka-stream-alpakka
[maven-central-badge]: https://maven-badges.herokuapp.com/maven-central/com.lightbend.akka/akka-stream-alpakka-file_2.12/badge.svg
[maven-central-badge]: https://maven-badges.herokuapp.com/maven-central/com.lightbend.akka/akka-stream-alpakka-file_2.13/badge.svg

Systems don't come alone. In the modern world of microservices and cloud deployment, new components must interact with legacy systems, making integration an important key to success. Reactive Streams give us a technology-independent tool to let these heterogeneous systems communicate without overwhelming each other.

Expand Down
3 changes: 1 addition & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ object Dependencies {
val CronBuild = sys.env.get("GITHUB_EVENT_NAME").contains("schedule")

val Scala213 = "2.13.10" // update even in link-validator.conf
val Scala212 = "2.12.18"
val Scala3 = "3.3.1"
val Scala2Versions = Seq(Scala213, Scala212)
val Scala2Versions = Seq(Scala213)
val ScalaVersions = Dependencies.Scala2Versions :+ Dependencies.Scala3

val AkkaVersion = "2.8.1"
Expand Down

0 comments on commit 9a00582

Please sign in to comment.