File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ repositories {
2424 mavenLocal()
2525}
2626
27- def scalaFullVersion = " 2.12.20 "
27+ def scalaFullVersion = " 2.13.16 "
2828def scalaVersion = org.gradle.util.VersionNumber . parse(scalaFullVersion)
2929def scalaBinaryVersion = " ${ scalaVersion.major} .${ scalaVersion.minor} "
3030
Original file line number Diff line number Diff line change 3232 <dependencies >
3333 <dependency >
3434 <groupId >org.apache.pekko</groupId >
35- <artifactId >pekko-grpc-runtime_2.12 </artifactId >
35+ <artifactId >pekko-grpc-runtime_2.13 </artifactId >
3636 <version >${pekko.grpc.project.version} </version >
3737 </dependency >
3838 <dependency >
3939 <groupId >org.apache.pekko</groupId >
40- <artifactId >pekko-http-cors_2.12 </artifactId >
40+ <artifactId >pekko-http-cors_2.13 </artifactId >
4141 <version >${pekko.http.version} </version >
4242 </dependency >
4343
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ repositories {
1919 mavenLocal()
2020}
2121
22- def scalaFullVersion = " 2.12.20 "
22+ def scalaFullVersion = " 2.13.16 "
2323def scalaVersion = org.gradle.util.VersionNumber . parse(scalaFullVersion)
2424def scalaBinaryVersion = " ${ scalaVersion.major} .${ scalaVersion.minor} "
2525
Original file line number Diff line number Diff line change 3131 <dependencies >
3232 <dependency >
3333 <groupId >org.apache.pekko</groupId >
34- <artifactId >pekko-grpc-runtime_2.12 </artifactId >
34+ <artifactId >pekko-grpc-runtime_2.13 </artifactId >
3535 <version >${pekko.grpc.project.version} </version >
3636 </dependency >
3737 <dependency >
3838 <groupId >org.apache.pekko</groupId >
39- <artifactId >pekko-http-cors_2.12 </artifactId >
39+ <artifactId >pekko-http-cors_2.13 </artifactId >
4040 <version >${pekko.http.version} </version >
4141 </dependency >
4242
4343 <dependency >
4444 <groupId >org.apache.pekko</groupId >
45- <artifactId >pekko-stream-testkit_2.12 </artifactId >
45+ <artifactId >pekko-stream-testkit_2.13 </artifactId >
4646 <version >${pekko.version} </version >
4747 <scope >test</scope >
4848 </dependency >
4949
5050 <dependency >
5151 <groupId >org.scalatest</groupId >
52- <artifactId >scalatest_2.12 </artifactId >
52+ <artifactId >scalatest_2.13 </artifactId >
5353 <version >3.2.19</version >
5454 <scope >test</scope >
5555 </dependency >
You can’t perform that action at this time.
0 commit comments