Skip to content

Commit

Permalink
Merge pull request #181 from scala-steward/update/jackson-module-scal…
Browse files Browse the repository at this point in the history
…a-2.13.2

Update jackson-module-scala to 2.13.2
  • Loading branch information
ckipp01 authored Mar 7, 2022
2 parents a38e8b8 + e52567c commit 25999a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ lazy val root = Project("sbt-coveralls", file("."))
),
libraryDependencies ++= Seq(
"com.fasterxml.jackson.core" % "jackson-core" % "2.13.2",
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.13.1",
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.13.2",
"org.eclipse.jgit" % "org.eclipse.jgit" % "5.13.0.202109080827-r",
"org.scalaj" %% "scalaj-http" % "2.4.2",
"org.mockito" % "mockito-core" % "4.3.1" % Test,
Expand Down

0 comments on commit 25999a1

Please sign in to comment.