File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 15
15
javaVersion = JavaVersion . VERSION_17
16
16
scriptsLocation = ' gradle' + File . separator + ' scripts' + File . separator // location of script plugins
17
17
18
- // required for akka
18
+ // required for pekko
19
19
scalaVersion = " 2.13"
20
20
scalaBinaryVersion = " 2.13.12"
21
21
pekkoVersion = " 1.0.1"
@@ -48,11 +48,10 @@ dependencies{
48
48
49
49
implementation ' tech.units:indriya:2.2' // quantities
50
50
51
- // scala (needed for akka )
51
+ // scala (needed for pekko )
52
52
implementation " org.scala-lang:scala-library:${ scalaBinaryVersion} "
53
53
54
- // akka
55
- implementation platform(" org.apache.pekko:pekko-bom_${ scalaVersion} :1.0.1" )
54
+ // pekko
56
55
implementation " org.apache.pekko:pekko-actor_${ scalaVersion} :${ pekkoVersion} "
57
56
testImplementation " org.apache.pekko:pekko-testkit_${ scalaVersion} :${ pekkoVersion} " // pekko testkit
58
57
You can’t perform that action at this time.
0 commit comments