From cef343c8faab9431ce7818a515d8c9aca8bbc316 Mon Sep 17 00:00:00 2001 From: Dale Wijnand Date: Mon, 22 Feb 2021 08:24:53 +0000 Subject: [PATCH] Prep for 0.1.3 release --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53c8bf4..9729d1e 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Then run the desired rewrite(s) ([official docs][2]), in sbt: You can also add the following to your `build.sbt`: ```scala -ThisBuild / scalafixDependencies += "org.scala-lang" %% "scala-rewrites" % "0.1.2" +ThisBuild / scalafixDependencies += "org.scala-lang" %% "scala-rewrites" % "0.1.3" ``` and then: