File tree Expand file tree Collapse file tree 17 files changed +19
-19
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 17 files changed +19
-19
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.9
6+ Licensed Work: Akka 2.10.10
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-08-15
22+ Change Date: 2028-10-27
2323
2424Change License: Apache License, Version 2.0
2525
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ repositories {
99}
1010
1111dependencies {
12- implementation ' com.typesafe.akka:akka-actor-typed_2.13:2.10.9 '
12+ implementation ' com.typesafe.akka:akka-actor-typed_2.13:2.10.10 '
1313 implementation ' ch.qos.logback:logback-classic:1.2.13'
14- testImplementation ' com.typesafe.akka:akka-actor-testkit-typed_2.13:2.10.9 '
14+ testImplementation ' com.typesafe.akka:akka-actor-testkit-typed_2.13:2.10.10 '
1515 testImplementation ' junit:junit:4.13.1'
1616}
1717
Original file line number Diff line number Diff line change 66 <version >1.0</version >
77
88 <properties >
9- <akka .version>2.10.9 </akka .version>
9+ <akka .version>2.10.10 </akka .version>
1010 </properties >
1111
1212 <dependencies >
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version := "1.0"
44
55scalaVersion := " 2.13.15"
66
7- lazy val akkaVersion = sys.props.getOrElse(" akka.version" , " 2.10.9 " )
7+ lazy val akkaVersion = sys.props.getOrElse(" akka.version" , " 2.10.10 " )
88
99// Run in a separate JVM, to make sure sbt waits until all threads have
1010// 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.9 "
4+ val AkkaVersion = " 2.10.10 "
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.8 </akka .version>
14+ <akka .version>2.10.10 </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.9 "
4+ val AkkaVersion = " 2.10.10 "
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.8 "
4+ val AkkaVersion = " 2.10.10 "
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.8 </akka .version>
14+ <akka .version>2.10.10 </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.9 "
3+ val AkkaVersion = " 2.10.10 "
44val AkkaDiagnosticsVersion = " 2.1.1"
55val LogbackClassicVersion = " 1.5.18"
66val ScalaTestVersion = " 3.2.17"
You can’t perform that action at this time.
0 commit comments