File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
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.12 "
31
+ lazy val logbackDependency = " ch.qos.logback" % " logback-classic" % " 1.5.14 "
32
32
33
33
ThisBuild / semanticdbEnabled := true
34
34
ThisBuild / semanticdbVersion := " 4.9.3"
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ libraryDependencies ++= Seq(
54
54
" com.typesafe.akka" %% " akka-discovery" % akkaVersion,
55
55
// Common dependencies for logging and testing
56
56
" com.typesafe.akka" %% " akka-slf4j" % akkaVersion,
57
- " ch.qos.logback" % " logback-classic" % " 1.5.12 " ,
57
+ " ch.qos.logback" % " logback-classic" % " 1.5.14 " ,
58
58
" org.scalatest" %% " scalatest" % " 3.2.12" % Test ,
59
59
// 2. Using gRPC and/or protobuf
60
60
" com.typesafe.akka" %% " akka-http2-support" % akkaHttp2SupportVersion,
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.10.1")
4
4
addSbtPlugin(" com.eed3si9n" % " sbt-assembly" % " 2.3.0" )
5
5
addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.2" )
6
6
addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.13.0" )
7
- addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.9.0 " )
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