Skip to content

Commit

Permalink
Release v1.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
darkfrog26 committed Jul 10, 2023
1 parent ac94901 commit 7ce028c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ The focus of this project is minimalism and flexibility. To that end, the featur
### Setup

For SBT simply include:
`libraryDependencies += "org.typelevel" %%% "fabric-core" % "1.12.2"`
`libraryDependencies += "org.typelevel" %%% "fabric-core" % "1.12.3"`

For parsing support include:
`libraryDependencies += "org.typelevel" %%% "fabric-io" % "1.12.2"`
`libraryDependencies += "org.typelevel" %%% "fabric-io" % "1.12.3"`

### Create

Expand Down
2 changes: 1 addition & 1 deletion core/shared/src/main/scala/fabric/rw/RWException.scala
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@

package fabric.rw

case class RWException(message: String) extends RuntimeException()
case class RWException(message: String) extends RuntimeException(message)

0 comments on commit 7ce028c

Please sign in to comment.