Skip to content

Commit 3fdc983

Browse files
committed
Release v1.29.3
1 parent 0628a57 commit 3fdc983

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ The focus of this project is minimalism and flexibility. To that end, the featur
5151
### Setup
5252

5353
For SBT simply include:
54-
`libraryDependencies += "org.typelevel" %%% "fabric-core" % "1.29.2"`
54+
`libraryDependencies += "org.typelevel" %%% "fabric-core" % "1.29.3"`
5555

5656
For parsing support include:
57-
`libraryDependencies += "org.typelevel" %%% "fabric-io" % "1.29.2"`
57+
`libraryDependencies += "org.typelevel" %%% "fabric-io" % "1.29.3"`
5858

5959
### Create
6060

core/shared/src/main/scala/fabric/rw/RW.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ object RW extends CompileRW {
278278
val parent = Definition.simpleClassName(cleanClassName(p.getClass.getSuperclass.getName))
279279
p match {
280280
case product: Product => s"$parent.${product.productPrefix}"
281-
case _ => Definition.simpleClassName(raw)
281+
case _ => Definition.simpleClassName(raw)
282282
}
283283
} else Definition.simpleClassName(raw)
284284
}

0 commit comments

Comments
 (0)