未验证 提交 779c2c01 编写于 作者: S Scala Steward 提交者: GitHub

Update jackson-module-scala to 2.13.0 (#110)

上级 fd3bba86
......@@ -25,7 +25,7 @@ lazy val root = (project in file("."))
"org.apache.logging.log4j" % "log4j-slf4j-impl" % "2.14.1" % Test,
"com.typesafe.play" %% "play-json" % "2.7.4" % Test,
"org.scalatest" %% "scalatest" % "3.2.10" % Test,
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.12.5" %Test
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.13.0" %Test
), Compile / scalacOptions ++= {
CrossVersion.partialVersion(scalaVersion.value) match {
case Some((2, n)) if n <= 12 => Nil
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册