Skip to content

Commit 889dd2a

Browse files
committed
1.0.23. Bump up commons-json
1 parent a028ca0 commit 889dd2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ lazy val dataMapping = project
77
.settings(
88
name := "data-mapping",
99
organization := "com.greenfossil",
10-
version := "1.0.22",
10+
version := "1.0.23",
1111

1212
scalaVersion := scala3Version,
1313

1414
Compile / javacOptions ++= Seq("-source", "17"),
1515

1616
libraryDependencies ++= Seq(
17-
"com.greenfossil" %% "commons-json" % "1.0.16",
17+
"com.greenfossil" %% "commons-json" % "1.0.17",
1818
"com.typesafe" % "config" % "1.4.3",
1919
"org.slf4j" % "slf4j-api" % "2.0.12",
2020
"ch.qos.logback" % "logback-classic" % "1.5.6" % Test,

0 commit comments

Comments
 (0)