Skip to content

Commit

Permalink
Setting version to 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
carymrobbins committed Jul 20, 2019
1 parent 2f20c5b commit babcff2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ NewTypes for Scala with no runtime overhead.
If you are using SBT, add the following line to your build file -

```scala
libraryDependencies += "io.estatico" %% "newtype" % "0.4.2"
libraryDependencies += "io.estatico" %% "newtype" % "0.4.3"
```

Make sure you have [macro-paradise](https://docs.scala-lang.org/overviews/macros/paradise.html) enabled
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.4.2"
version in ThisBuild := "0.4.3"

0 comments on commit babcff2

Please sign in to comment.