Skip to content

Commit d3c537f

Browse files
Update dfp to 1.0.2 (#1110)
1 parent 988bccd commit d3c537f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ lazy val `jsoniter-scala-macros` = crossProject(JVMPlatform, JSPlatform, NativeP
176176
)
177177
case _ => Seq()
178178
}) ++ Seq(
179-
"com.epam.deltix" % "dfp" % "1.0.1" % Test,
179+
"com.epam.deltix" % "dfp" % "1.0.2" % Test,
180180
"org.scalatest" %%% "scalatest" % "3.2.17" % Test,
181181
"org.scala-lang.modules" %%% "scala-collection-compat" % "2.11.0" % Test
182182
)

0 commit comments

Comments
 (0)