Skip to content

Commit

Permalink
jackson 2.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Apr 24, 2023
1 parent 0427cb1 commit 418d7fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ ThisBuild / scalaVersion := "2.13.10"

ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.17", "2.13.10")

val jacksonVersion = "2.14.2"
val jacksonVersion = "2.15.0"

//resolvers ++= Resolver.sonatypeOssRepos("snapshots")

libraryDependencies ++= Seq(
"org.scala-lang" % "scala-reflect" % scalaVersion.value,
"com.fasterxml.jackson.core" % "jackson-databind" % jacksonVersion,
"com.fasterxml.jackson.module" %% "jackson-module-scala" % jacksonVersion,
"org.slf4j" % "slf4j-api" % "2.0.3",
"org.slf4j" % "slf4j-api" % "2.0.7",
"org.scalatest" %% "scalatest" % "3.2.15" % Test,
"org.slf4j" % "slf4j-simple" % "2.0.3" % Test,
"org.slf4j" % "slf4j-simple" % "2.0.7" % Test,
"com.fasterxml.jackson.dataformat" % "jackson-dataformat-csv" % jacksonVersion % Test
)

Expand Down

0 comments on commit 418d7fc

Please sign in to comment.