File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ repositories {
34
34
def scalaVersion = org.gradle.util.VersionNumber . parse(System . getenv(" TRAVIS_SCALA_VERSION" ) ?: " 2.13" )
35
35
def scalaBinaryVersion = " ${ scalaVersion.major} .${ scalaVersion.minor} "
36
36
def akkaVersion = " 2.9.0"
37
+ def akkaHttpVersion = " 10.6.0"
37
38
38
39
dependencies {
39
40
implementation group : ' ch.megard' , name : " akka-http-cors_${ scalaBinaryVersion} " , version : ' 1.1.3'
@@ -42,5 +43,6 @@ dependencies {
42
43
testImplementation " com.typesafe.akka:akka-actor-testkit-typed_${ scalaBinaryVersion} :${ akkaVersion} "
43
44
testImplementation " org.scalatest:scalatest_${ scalaBinaryVersion} :3.2.12"
44
45
testImplementation " org.scalatestplus:junit-4-12_${ scalaBinaryVersion} :3.2.2.0"
46
+ testImplementation " com.typesafe.akka:akka-http-spray-json_${ scalaBinaryVersion} :${ akkaHttpVersion} "
45
47
}
46
48
Original file line number Diff line number Diff line change 17
17
<grpc .version>1.58.0</grpc .version> <!-- checked synced by VersionSyncCheckPlugin -->
18
18
<project .encoding>UTF-8</project .encoding>
19
19
<protobuf-java .version>3.22.2</protobuf-java .version>
20
- <proto-google-common-protos .version>2.16 .0</proto-google-common-protos .version>
20
+ <proto-google-common-protos .version>2.23 .0</proto-google-common-protos .version>
21
21
</properties >
22
22
23
23
<repositories >
48
48
</dependency >
49
49
<dependency >
50
50
<groupId >com.typesafe.akka</groupId >
51
- <artifactId >akka-actor-typed_2.12 </artifactId >
51
+ <artifactId >akka-actor-typed_2.13 </artifactId >
52
52
<version >${akka.version} </version >
53
53
</dependency >
54
54
You can’t perform that action at this time.
0 commit comments