File tree Expand file tree Collapse file tree 16 files changed +17
-17
lines changed
akka-sample-cluster-scala
akka-sample-distributed-data-java
akka-sample-distributed-data-scala
akka-sample-kafka-to-sharding-scala
akka-sample-sharding-java
akka-sample-sharding-scala Expand file tree Collapse file tree 16 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Business Source License 1.1
33Parameters
44
55Licensor: Lightbend, Inc.
6- Licensed Work: Akka 2.10.5
6+ Licensed Work: Akka 2.10.6
77 This license applies to all sub directories and files
88 UNLESS another license file is present in a sub
99 directory, then that other license applies to all files
@@ -19,7 +19,7 @@ Additional Use Grant:
1919 Connecting to a Play Framework websocket and/or Play Framework
2020 request/response bodies for server and play-ws client.
2121
22- Change Date: 2028-04-30
22+ Change Date: 2028-05-26
2323
2424Change License: Apache License, Version 2.0
2525
Original file line number Diff line number Diff line change 66 <version >1.0</version >
77
88 <properties >
9- <akka .version>2.10.5 </akka .version>
9+ <akka .version>2.10.6 </akka .version>
1010 </properties >
1111
1212 <repositories >
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ scalaVersion := "2.13.15"
66
77resolvers += " Akka library repository" .at(" https://repo.akka.io/maven" )
88
9- lazy val akkaVersion = sys.props.getOrElse(" akka.version" , " 2.10.5 " )
9+ lazy val akkaVersion = sys.props.getOrElse(" akka.version" , " 2.10.6 " )
1010
1111// Run in a separate JVM, to make sure sbt waits until all threads have
1212// finished before returning.
Original file line number Diff line number Diff line change 11import com .typesafe .sbt .SbtMultiJvm .multiJvmSettings
22import com .typesafe .sbt .SbtMultiJvm .MultiJvmKeys .MultiJvm
33
4- val AkkaVersion = " 2.10.5 "
4+ val AkkaVersion = " 2.10.6 "
55val AkkaDiagnosticsVersion = " 2.1.0"
66val LogbackClassicVersion = " 1.2.11"
77val ScalaTestVersion = " 3.1.1"
Original file line number Diff line number Diff line change 1111
1212 <properties >
1313 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
14- <akka .version>2.10.5 </akka .version>
14+ <akka .version>2.10.6 </akka .version>
1515 <akka-diagnostics .version>2.1.0</akka-diagnostics .version>
1616 </properties >
1717
Original file line number Diff line number Diff line change 11import com .typesafe .sbt .SbtMultiJvm .multiJvmSettings
22import com .typesafe .sbt .SbtMultiJvm .MultiJvmKeys .MultiJvm
33
4- val AkkaVersion = " 2.10.5 "
4+ val AkkaVersion = " 2.10.6 "
55val AkkaDiagnosticsVersion = " 2.1.1"
66val LogbackClassicVersion = " 1.5.18"
77val ScalaTestVersion = " 3.2.17"
Original file line number Diff line number Diff line change 11import com .typesafe .sbt .SbtMultiJvm .multiJvmSettings
22import com .typesafe .sbt .SbtMultiJvm .MultiJvmKeys .MultiJvm
33
4- val AkkaVersion = " 2.10.5 "
4+ val AkkaVersion = " 2.10.6 "
55val AkkaDiagnosticsVersion = " 2.1.0"
66val LogbackClassicVersion = " 1.2.11"
77val ScalaTestVersion = " 3.1.1"
Original file line number Diff line number Diff line change 1111
1212 <properties >
1313 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
14- <akka .version>2.10.5 </akka .version>
14+ <akka .version>2.10.6 </akka .version>
1515 <akka-diagnostics .version>2.1.0</akka-diagnostics .version>
1616 </properties >
1717
Original file line number Diff line number Diff line change 11import com .typesafe .sbt .MultiJvmPlugin .multiJvmSettings
22
3- val AkkaVersion = " 2.10.5 "
3+ val AkkaVersion = " 2.10.6 "
44val AkkaDiagnosticsVersion = " 2.1.1"
55val LogbackClassicVersion = " 1.5.18"
66val ScalaTestVersion = " 3.2.17"
Original file line number Diff line number Diff line change 66
77 <properties >
88 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
9- <akka .version>2.10.5 </akka .version>
9+ <akka .version>2.10.6 </akka .version>
1010 <akka-diagnostics .version>2.1.0</akka-diagnostics .version>
1111 </properties >
1212
You can’t perform that action at this time.
0 commit comments