Skip to content

Commit fc55faf

Browse files
author
Denys Fakhritdinov
committed
fix test after bumping akka version
1 parent 8b3c715 commit fc55faf

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.5.5
1+
sbt.version=1.6.2

sequentially/src/test/scala/com/evolutiongaming/concurrent/sequentially/SequentiallyAsyncSpec.scala

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ import scala.util.control.NoStackTrace
88
import org.scalatest.matchers.should.Matchers
99
import org.scalatest.wordspec.AnyWordSpec
1010

11+
import scala.annotation.nowarn
12+
13+
@nowarn
1114
class SequentiallyAsyncSpec extends AnyWordSpec with ActorSpec with Matchers {
1215

1316
"SequentiallyAsync" should {

0 commit comments

Comments
 (0)