Skip to content

Commit

Permalink
akka open source comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hagay3 committed Sep 13, 2022
1 parent 2fe96fe commit 245444b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 245444b

Please sign in to comment.