File tree Expand file tree Collapse file tree 19 files changed +21
-21
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 19 files changed +21
-21
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.6
6+ Licensed Work: Akka 2.10.7
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-05-26
22+ Change Date: 2028-07-02
2323
2424Change License: Apache License, Version 2.0
2525
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ scalaVersion := "2.13.15"
66resolvers += " Akka library repository" .at(" https://repo.akka.io/maven" )
77
88// Note: this default isn't really used anywhere so not important to bump
9- lazy val akkaVersion = sys.props.getOrElse(" akka.version" , " 2.10.5 " )
9+ lazy val akkaVersion = sys.props.getOrElse(" akka.version" , " 2.10.7 " )
1010
1111fork := true
1212
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ scalaVersion := "2.13.15"
66resolvers += " Akka library repository" .at(" https://repo.akka.io/maven" )
77
88// Note: this default isn't really used anywhere so not important to bump
9- lazy val akkaVersion = sys.props.getOrElse(" akka.version" , " 2.10.5 " )
9+ lazy val akkaVersion = sys.props.getOrElse(" akka.version" , " 2.10.7 " )
1010
1111// useful for investigations: sbt nativeImageRunAgent
1212
Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ repositories {
1212}
1313
1414dependencies {
15- implementation ' com.typesafe.akka:akka-actor-typed_2.13:2.10.0 '
15+ implementation ' com.typesafe.akka:akka-actor-typed_2.13:2.10.7 '
1616 implementation ' ch.qos.logback:logback-classic:1.2.13'
17- testImplementation ' com.typesafe.akka:akka-actor-testkit-typed_2.13:2.10.0 '
17+ testImplementation ' com.typesafe.akka:akka-actor-testkit-typed_2.13:2.10.7 '
1818 testImplementation ' junit:junit:4.13.1'
1919}
2020
Original file line number Diff line number Diff line change 66 <version >1.0</version >
77
88 <properties >
9- <akka .version>2.10.6 </akka .version>
9+ <akka .version>2.10.7 </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.6 " )
9+ lazy val akkaVersion = sys.props.getOrElse(" akka.version" , " 2.10.7 " )
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.6 "
4+ val AkkaVersion = " 2.10.7 "
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.6 </akka .version>
14+ <akka .version>2.10.7 </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.6 "
4+ val AkkaVersion = " 2.10.7 "
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.6 "
4+ val AkkaVersion = " 2.10.7 "
55val AkkaDiagnosticsVersion = " 2.1.0"
66val LogbackClassicVersion = " 1.2.11"
77val ScalaTestVersion = " 3.1.1"
You can’t perform that action at this time.
0 commit comments