File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ repositories {
3434def  scalaVersion =  org.gradle.util.VersionNumber . parse(System . getenv(" TRAVIS_SCALA_VERSION"  ) ?:  " 2.13"  )
3535def  scalaBinaryVersion =  " ${ scalaVersion.major}  .${ scalaVersion.minor} " 
3636def  akkaVersion =  " 2.9.0" 
37+ def  akkaHttpVersion =  " 10.6.0" 
3738
3839dependencies  {
3940  implementation group : ' ch.megard'  , name : " akka-http-cors_${ scalaBinaryVersion} "  , version : ' 1.1.3' 
@@ -42,5 +43,6 @@ dependencies {
4243  testImplementation " com.typesafe.akka:akka-actor-testkit-typed_${ scalaBinaryVersion}  :${ akkaVersion} " 
4344  testImplementation " org.scalatest:scalatest_${ scalaBinaryVersion}  :3.2.12" 
4445  testImplementation " org.scalatestplus:junit-4-12_${ scalaBinaryVersion}  :3.2.2.0" 
46+   testImplementation " com.typesafe.akka:akka-http-spray-json_${ scalaBinaryVersion}  :${ akkaHttpVersion} " 
4547}
4648
Original file line number Diff line number Diff line change 1717    <grpc .version>1.58.0</grpc .version> <!--  checked synced by VersionSyncCheckPlugin --> 
1818    <project .encoding>UTF-8</project .encoding>
1919    <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>
2121  </properties >
2222
2323  <repositories >
4848    </dependency >
4949    <dependency >
5050      <groupId >com.typesafe.akka</groupId >
51-       <artifactId >akka-actor-typed_2.12 </artifactId >
51+       <artifactId >akka-actor-typed_2.13 </artifactId >
5252      <version >${akka.version} </version >
5353    </dependency >
5454
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments