Skip to content

Commit d9b70dd

Browse files
committed
Update DFP to 1.0.6
1 parent f07c44f commit d9b70dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ lazy val `jsoniter-scala-macros` = crossProject(JVMPlatform, JSPlatform, NativeP
191191
)
192192
case _ => Seq()
193193
}) ++ Seq(
194-
"com.epam.deltix" % "dfp" % "1.0.3" % Test,
194+
"com.epam.deltix" % "dfp" % "1.0.6" % Test,
195195
"org.scalatest" %%% "scalatest" % "3.2.19" % Test,
196196
"org.scala-lang.modules" %%% "scala-collection-compat" % "2.13.0" % Test
197197
)

0 commit comments

Comments
 (0)