From 245444b2ba17348716960ad70dc3664a061b4f85 Mon Sep 17 00:00:00 2001 From: hagay3 Date: Tue, 13 Sep 2022 18:16:17 +0300 Subject: [PATCH] akka open source comment --- build.sbt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d64bd4d4..7a35e40c 100644 --- a/build.sbt +++ b/build.sbt @@ -13,7 +13,11 @@ ThisBuild / scalaVersion := currentScalaVersion 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. + * https://www.lightbend.com/blog/why-we-are-changing-the-license-for-akka + */ val akkaVersion = "2.6.19" val scalaCheck = "org.scalacheck" %% "scalacheck" % "1.15.4"