File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ lazy val circeDependency = "io.circe" %% "circe-core" % circeVersion
28
28
lazy val ashDependencies =
29
29
Seq (AkkaSerializationHelperPlugin .annotation, AkkaSerializationHelperPlugin .circeAkkaSerializer)
30
30
31
- lazy val logbackDependency = " ch.qos.logback" % " logback-classic" % " 1.5.16 "
31
+ lazy val logbackDependency = " ch.qos.logback" % " logback-classic" % " 1.5.17 "
32
32
33
33
ThisBuild / semanticdbEnabled := true
34
34
ThisBuild / semanticdbVersion := " 4.12.6"
Original file line number Diff line number Diff line change 1
1
addSbtPlugin(" com.github.sbt" % " sbt-multi-jvm" % " 0.6.0" )
2
2
addSbtPlugin(" org.virtuslab.ash" % " sbt-akka-serialization-helper" % " 0.9.0" )
3
3
addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.4" )
4
- addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.14.0 " )
4
+ addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.14.2 " )
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ libraryDependencies ++= Seq(
53
53
" com.typesafe.akka" %% " akka-discovery" % akkaVersion,
54
54
// Common dependencies for logging and testing
55
55
" com.typesafe.akka" %% " akka-slf4j" % akkaVersion,
56
- " ch.qos.logback" % " logback-classic" % " 1.5.16 " ,
56
+ " ch.qos.logback" % " logback-classic" % " 1.5.17 " ,
57
57
" org.scalatest" %% " scalatest" % " 3.2.12" % Test ,
58
58
// 3. Using Akka Persistence
59
59
" com.typesafe.akka" %% " akka-persistence-typed" % akkaVersion,
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ val sbtNativePackagerVersion = "1.9.9"
6
6
addSbtPlugin(" com.github.sbt" % " sbt-native-packager" % sbtNativePackagerVersion)
7
7
addSbtPlugin(" com.lightbend.akka.grpc" % " sbt-akka-grpc" % akkaGrpcSbtPluginVersion)
8
8
addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.4" )
9
- addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.14.0 " )
9
+ addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.14.2 " )
10
10
addSbtPlugin(" org.virtuslab.ash" % " sbt-akka-serialization-helper" % " 0.9.0" )
Original file line number Diff line number Diff line change 1
1
addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.4" )
2
- addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.14.0 " )
2
+ addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.14.2 " )
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ addDependencyTreePlugin
3
3
addSbtPlugin(" com.eed3si9n" % " sbt-projectmatrix" % " 0.10.1" )
4
4
addSbtPlugin(" com.eed3si9n" % " sbt-assembly" % " 2.3.1" )
5
5
addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.4" )
6
- addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.14.0 " )
6
+ addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.14.2 " )
7
7
addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.9.2" )
8
8
addSbtPlugin(" com.thoughtworks.sbt-api-mappings" % " sbt-api-mappings" % " 3.0.2" )
You can’t perform that action at this time.
0 commit comments