From 1dc345896c1f372822b587592f731d6ce2a74934 Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Tue, 20 Jul 2021 11:10:24 +0200 Subject: [PATCH] Test akka-coordination on Scala 3 (#30409) --- .travis.yml | 2 +- project/Dependencies.scala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2b7405c12a..2a6d038aa8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,7 +38,7 @@ jobs: - stage: scala3 name: scala3 # separate job since only a few modules compile with Scala 3 yet - script: jabba install adopt@1.11-0 && jabba use adopt@1.11-0 && sbt -Dakka.build.scalaVersion=3.0 "akka-actor-tests/test:compile" akka-actor-testkit-typed/compile akka-actor-typed/compile akka-discovery/compile akka-pki/test:compile akka-protobuf/test:compile akka-protobuf-v3/test:compile akka-slf4j/test:compile akka-stream/compile akka-stream-tests-tck/test akka-coordination/compile + script: jabba install adopt@1.11-0 && jabba use adopt@1.11-0 && sbt -Dakka.build.scalaVersion=3.0 "akka-actor-tests/test:compile" akka-actor-testkit-typed/compile akka-actor-typed/compile akka-discovery/compile akka-pki/test:compile akka-protobuf/test:compile akka-protobuf-v3/test:compile akka-slf4j/test:compile akka-stream/compile akka-stream-tests-tck/test akka-coordination/test stages: - name: whitesource diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 46752a920f..b6fd38d9cf 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -29,7 +29,7 @@ object Dependencies { val scala212Version = "2.12.14" val scala213Version = "2.13.6" - val scala3Version = "3.0.1-RC1" + val scala3Version = "3.0.2-RC1" val reactiveStreamsVersion = "1.0.3"