Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions project/Commons.scala
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ object Commons extends ProjectGroup("commons") {
val scalacheckVersion = "1.19.0"
val jettyVersion = "12.1.1"
val mongoVersion = "5.6.0"
val springVersion = "5.3.39"
val springVersion = "6.2.11"
val typesafeConfigVersion = "1.4.5"
val commonsIoVersion = "1.3.2" // test only
val scalaLoggingVersion = "3.9.6"
val pekkoVersion = "1.2.0"
val pekkoVersion = "1.2.1"
val monixVersion = "3.4.1"
val circeVersion = "0.14.5" // benchmark only
val upickleVersion = "3.1.2" // benchmark only
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ addSbtPlugin("com.github.ghik" % "sbt-nosbt" % "0.2.1")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.20.1")
addSbtPlugin("org.scala-js" % "sbt-jsdependencies" % "1.0.2")
addSbtPlugin("org.jetbrains.scala" % "sbt-ide-settings" % "1.1.3")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.8")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2")
addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.6.0")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,4 @@ class ScalaDefaultValuesInjector extends BeanDefinitionRegistryPostProcessor {
}
}

def postProcessBeanFactory(beanFactory: ConfigurableListableBeanFactory): Unit = ()
}