From 98405b0dfb7c38f37857007a8d298a897f7a25d8 Mon Sep 17 00:00:00 2001 From: hagay3 Date: Tue, 13 Sep 2022 18:17:43 +0300 Subject: [PATCH] akka open source comment --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7a35e40c..cb552cfd 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ val supportedScalaVersion = Seq(scala12Version, scala13Version, scala3Version) /** * 2.6.19 is the last akka open source version - * To comply other companies legal issues that may use skuber, akka version wont be bumped. + * To comply with other companies' legal issues, akka version wont be bumped. * https://www.lightbend.com/blog/why-we-are-changing-the-license-for-akka */ val akkaVersion = "2.6.19"