From dc292b5b711e79ccb19fb022aad3d8818b2e2b1f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 1 Oct 2021 12:55:13 +0200 Subject: [PATCH] Update jackson-module-scala to 2.13.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 009fd0a..b1763a0 100644 --- a/build.sbt +++ b/build.sbt @@ -41,7 +41,7 @@ lazy val root = Project("sbt-coveralls", file(".")) ), libraryDependencies ++= Seq( "com.fasterxml.jackson.core" % "jackson-core" % "2.13.0", - "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.12.5", + "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.13.0", "org.eclipse.jgit" % "org.eclipse.jgit" % "5.13.0.202109080827-r", "org.scalaj" %% "scalaj-http" % "2.4.2", "org.mockito" % "mockito-core" % "3.12.4" % Test,