Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit 7090d57

Browse files
committed
Move to akka 2.12.7.
- Required due to the similar update in apache/openwhisk.
1 parent fda2cc6 commit 7090d57

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ notifications:
1515

1616
before_install:
1717
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then openssl aes-256-cbc -K "$encrypted_DF18CF3F552A_key" -iv "$encrypted_DF18CF3F552A_iv" -in tests/credentials.json.enc -out tests/credentials.json -d; fi'
18-
- "OW_SCALA_VERSION=2.13 ./tools/travis/setup.sh"
18+
- "./tools/travis/setup.sh"
1919
install: true
2020
script:
2121
- "./tools/travis/build.sh && ./tools/travis/deploy.sh && ./tools/travis/test.sh"

settings.gradle

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,15 @@ gradle.ext.openwhisk = [
1010
]
1111

1212
gradle.ext.scala = [
13-
version: '2.13.6',
13+
version: '2.12.7',
14+
depVersion : '2.12',
1415
compileFlags: ['-feature', '-unchecked', '-deprecation', '-Xfatal-warnings', '-Ywarn-unused-import']
1516
]
1617

1718
gradle.ext.scalafmt = [
1819
version: '1.5.0',
1920
config: new File(rootProject.projectDir, '.scalafmt.conf')
2021
]
22+
23+
gradle.ext.akka = [version : '2.6.12']
24+
gradle.ext.akka_http = [version : '10.2.4']

tests/build.gradle

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,15 @@ dependencies {
6969
compile "org.scala-lang:scala-library:${gradle.scala.version}"
7070
compile "org.apache.openwhisk:openwhisk-tests:${gradle.openwhisk.version}:tests"
7171
compile "org.apache.openwhisk:openwhisk-tests:${gradle.openwhisk.version}:test-sources"
72+
implementation group: 'com.typesafe.akka', name: "akka-http2-support_${gradle.scala.depVersion}", version: "${gradle.akka_http.version}"
73+
implementation group: 'com.typesafe.akka', name: "akka-http-xml_${gradle.scala.depVersion}", version: "${gradle.akka_http.version}"
74+
implementation group: 'com.typesafe.akka', name: "akka-discovery_${gradle.scala.depVersion}", version: "${gradle.akka.version}"
75+
implementation group: 'com.typesafe.akka', name: "akka-protobuf_${gradle.scala.depVersion}", version: "${gradle.akka.version}"
76+
implementation group: 'com.typesafe.akka', name: "akka-remote_${gradle.scala.depVersion}", version: "${gradle.akka.version}"
77+
implementation group: 'com.typesafe.akka', name: "akka-cluster-metrics_${gradle.scala.depVersion}", version: "${gradle.akka.version}"
78+
implementation group: 'com.typesafe.akka', name: "akka-cluster_${gradle.scala.depVersion}", version: "${gradle.akka.version}"
79+
implementation group: 'com.typesafe.akka', name: "akka-cluster-tools_${gradle.scala.depVersion}", version: "${gradle.akka.version}"
80+
implementation group: 'com.typesafe.akka', name: "akka-distributed-data_${gradle.scala.depVersion}", version: "${gradle.akka.version}"
7281
}
7382

7483
tasks.withType(ScalaCompile) {

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy