Skip to content

Commit ef93f2e

Browse files
committed
Small fixes.
1 parent 0e2f538 commit ef93f2e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

build.gradle

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ext {
1515
javaVersion = JavaVersion.VERSION_17
1616
scriptsLocation = 'gradle' + File.separator + 'scripts' + File.separator // location of script plugins
1717

18-
// required for akka
18+
// required for pekko
1919
scalaVersion = "2.13"
2020
scalaBinaryVersion = "2.13.12"
2121
pekkoVersion = "1.0.1"
@@ -48,11 +48,10 @@ dependencies{
4848

4949
implementation 'tech.units:indriya:2.2' // quantities
5050

51-
// scala (needed for akka)
51+
// scala (needed for pekko)
5252
implementation "org.scala-lang:scala-library:${scalaBinaryVersion}"
5353

54-
// akka
55-
implementation platform("org.apache.pekko:pekko-bom_${scalaVersion}:1.0.1")
54+
// pekko
5655
implementation "org.apache.pekko:pekko-actor_${scalaVersion}:${pekkoVersion}"
5756
testImplementation "org.apache.pekko:pekko-testkit_${scalaVersion}:${pekkoVersion}" // pekko testkit
5857

0 commit comments

Comments
 (0)