Skip to content

Commit

Permalink
Bump up version 1.0.8 and jackson lib
Browse files Browse the repository at this point in the history
  • Loading branch information
chungonn committed Feb 6, 2024
1 parent d1269df commit 9d143d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name := "commons-json"

organization := "com.greenfossil"

version := "1.0.7"
version := "1.0.8"

scalaVersion := "3.3.1"

Expand All @@ -12,7 +12,7 @@ Compile / javacOptions ++= Seq("-source", "17")

libraryDependencies ++= Seq(
//https://github.com/FasterXML/jackson-core
"com.fasterxml.jackson.core" % "jackson-databind" % "2.15.3",
"com.fasterxml.jackson.core" % "jackson-databind" % "2.16.1",
"org.slf4j" % "slf4j-api" % "2.0.10",
"ch.qos.logback" % "logback-classic" % "1.4.14" % Test,
"org.scalameta" %% "munit" % "0.7.29" % Test
Expand Down

0 comments on commit 9d143d6

Please sign in to comment.