diff --git a/README.md b/README.md index 1cf820901d..ea48cd6d8a 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 8507c1ed91..a1edfda035 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -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"