From 6ca93ad1a57eb3ae2d4d43c04ffbf2540bd70a81 Mon Sep 17 00:00:00 2001 From: He-Pin Date: Mon, 25 Dec 2023 11:56:47 +0800 Subject: [PATCH] chore: Fix GraphApply.scala.template --- .../org/apache/pekko/stream/scaladsl/GraphApply.scala.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stream/src/main/boilerplate/org/apache/pekko/stream/scaladsl/GraphApply.scala.template b/stream/src/main/boilerplate/org/apache/pekko/stream/scaladsl/GraphApply.scala.template index c399bc42972..0894cf124c1 100644 --- a/stream/src/main/boilerplate/org/apache/pekko/stream/scaladsl/GraphApply.scala.template +++ b/stream/src/main/boilerplate/org/apache/pekko/stream/scaladsl/GraphApply.scala.template @@ -63,7 +63,7 @@ trait GraphApply { * * Deprecated: this method signature does not work with Scala 3 type inference, kept for binary compatibility. Use createGraph instead. */ - @deprecated("Use createGraph instead", "Akka 2.6.16") + @deprecated("Use createGraph instead", "Akka ##2.6.##16") def create[S <: Shape, Mat, [#M1#]]([#g1: Graph[Shape, M1]#])(combineMat: ([#M1#]) => Mat)(buildBlock: GraphDSL.Builder[Mat] => ([#g1.Shape#]) => S): Graph[S, Mat] = { val builder = new GraphDSL.Builder val curried = combineMat.curried