We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d81fecb commit f4d23feCopy full SHA for f4d23fe
project/Commons.scala
@@ -30,7 +30,7 @@ object Commons extends ProjectGroup("commons") {
30
val scalacheckVersion = "1.19.0"
31
val jettyVersion = "12.1.6"
32
val mongoVersion = "5.6.4"
33
- val springVersion = "6.2.16"
+ val springVersion = "6.2.17"
34
val typesafeConfigVersion = "1.4.6"
35
val commonsIoVersion = "1.3.2" // test only
36
val scalaLoggingVersion = "3.9.6"
@@ -162,7 +162,7 @@ object Commons extends ProjectGroup("commons") {
162
)
163
164
val noPublishSettings = Seq(
165
- publish / skip := true,
+ publish / skip := true
166
167
168
val aggregateProjectSettings =
0 commit comments