From 48c1bd22a9d9bb6674677fb12810274a5f897cae Mon Sep 17 00:00:00 2001 From: Roman Grebennikov Date: Wed, 16 Jun 2021 14:10:07 +0000 Subject: [PATCH] bump version to 0.4.2 in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 642f41d..12251bc 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ versions `flink-adt` is released to Maven-central. For SBT, add this snippet to `build.sbt`: ```scala -libraryDependencies += "io.findify" %% "flink-adt" % "0.4.1" +libraryDependencies += "io.findify" %% "flink-adt" % "0.4.2" ``` To use this library, swap `import org.apache.flink.api.scala._` with `import io.findify.flinkadt.api._` and enjoy.