File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ lazy val commonSettings = Seq(
69
69
" junit" % " junit" % " 4.13.2" % Test ,
70
70
" org.scalatest" %% " scalatest" % " 3.2.17" % Test ,
71
71
" com.github.sbt" % " junit-interface" % " 0.13.3" % Test , // Required by sbt to execute JUnit tests
72
- " ch.qos.logback" % " logback-classic" % " 1.5.17 " % Test
72
+ " ch.qos.logback" % " logback-classic" % " 1.5.18 " % Test
73
73
),
74
74
missinglinkExcludedDependencies ++= List (
75
75
moduleFilter(organization = " org.slf4j" , name = " slf4j-api" )
@@ -156,7 +156,7 @@ lazy val coreScalaPB = (project in file("core-scalapb"))
156
156
" junit" % " junit" % " 4.13.2" % Test ,
157
157
" org.scalatest" %% " scalatest" % " 3.2.17" % Test ,
158
158
" com.github.sbt" % " junit-interface" % " 0.13.3" % Test , // Required by sbt to execute JUnit tests
159
- " ch.qos.logback" % " logback-classic" % " 1.5.17 " % Test ,
159
+ " ch.qos.logback" % " logback-classic" % " 1.5.18 " % Test ,
160
160
" io.grpc" % " grpc-services" % Versions .grpcVersion % Test ,
161
161
" com.thesamet.scalapb" %% " scalapb-runtime" % scalapb.compiler.Version .scalapbVersion % " protobuf"
162
162
)
You can’t perform that action at this time.
0 commit comments