From 0f465e23aa885fafe7f529cd908b0ab00f177ab7 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 13 Sep 2022 11:22:44 +0200 Subject: [PATCH] Update dataclass-annotation, ... to 0.1.0 (#411) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f09b989cf..4dd303d95 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ import Settings._ -def dataclassScalafixV = "0.1.0-M3" +def dataclassScalafixV = "0.1.0" inThisBuild(List( organization := "io.get-coursier",