Commit 2311a32 1 parent ae7dba9 commit 2311a32 Copy full SHA for 2311a32
File tree 1 file changed +7
-2
lines changed
1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -136,9 +136,14 @@ lazy val `akka-stream` = (project in file("./addons/akka-stream")).
136
136
settings(commonSettings : _* ).
137
137
settings(
138
138
name := " op-rabbit-akka-stream" ,
139
+ // Temporarily depend on jitpack published version of acked-streams for scala 2.13
140
+ resolvers += " jitpack" at " https://jitpack.io" ,
139
141
libraryDependencies ++= Seq (
140
- " com.timcharper" %% " acked-streams" % " 2.1.1" ,
141
- " com.typesafe.akka" %% " akka-stream" % akkaVersion),
142
+ // TODO: remove and switch to com.timcharper when https://github.com/timcharper/acked-stream/pull/7 gets merged and published
143
+ // "com.timcharper" %% "acked-streams" % "2.1.1",
144
+ " com.github.deal-engine.acked-stream" %% " acked-streams" % " 8f17c92" ,
145
+ " com.typesafe.akka" %% " akka-stream" % akkaVersion
146
+ ),
142
147
unmanagedResourceDirectories in Test ++= Seq (
143
148
file(" ." ).getAbsoluteFile / " core" / " src" / " test" / " resources" ),
144
149
unmanagedSourceDirectories in Test ++= Seq (
You can’t perform that action at this time.
0 commit comments