We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba08658 commit e9be11bCopy full SHA for e9be11b
build.sbt
@@ -7,14 +7,14 @@ lazy val dataMapping = project
7
.settings(
8
name := "data-mapping",
9
organization := "com.greenfossil",
10
- version := "1.0.19",
+ version := "1.0.20",
11
12
scalaVersion := scala3Version,
13
14
Compile / javacOptions ++= Seq("-source", "17"),
15
16
libraryDependencies ++= Seq(
17
- "com.greenfossil" %% "commons-json" % "1.0.12",
+ "com.greenfossil" %% "commons-json" % "1.0.13",
18
"com.typesafe" % "config" % "1.4.3",
19
"org.slf4j" % "slf4j-api" % "2.0.12",
20
"ch.qos.logback" % "logback-classic" % "1.5.6" % Test,
0 commit comments