Skip to content

Commit

Permalink
Update Pekko
Browse files Browse the repository at this point in the history
  • Loading branch information
mdedetrich committed Dec 2, 2023
1 parent 32facdd commit 3e0a1c2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ object Dependencies {
val Scala3 = "3.3.1"
val ScalaVersions = Seq(Scala213, Scala212, Scala3)

val PekkoVersion = "1.0.1"
val PekkoVersion = "1.0.2"
val PekkoBinaryVersion = "1.0"

val InfluxDBJavaVersion = "2.15"
Expand Down
1 change: 1 addition & 0 deletions xml/src/test/java/docs/javadsl/XmlParsingTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
import static org.hamcrest.CoreMatchers.is;
import static org.hamcrest.MatcherAssert.assertThat;

@SuppressWarnings("deprecation")
public class XmlParsingTest {
@Rule public final LogCapturingJunit4 logCapturing = new LogCapturingJunit4();

Expand Down
3 changes: 3 additions & 0 deletions xml/src/test/scala/docs/scaladsl/XmlProcessingSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ import scala.concurrent.{ Await, Future }
import org.scalatest.matchers.should.Matchers
import org.scalatest.wordspec.AnyWordSpec

import scala.annotation.nowarn

@nowarn("msg=deprecated")
class XmlProcessingSpec extends AnyWordSpec with Matchers with ScalaFutures with BeforeAndAfterAll with LogCapturing {
implicit val system: ActorSystem = ActorSystem("Test")
implicit val defaultPatience: PatienceConfig = PatienceConfig(timeout = 2.seconds, interval = 50.millis)
Expand Down

0 comments on commit 3e0a1c2

Please sign in to comment.