Skip to content

Commit

Permalink
bump version to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
krzemin committed Mar 7, 2020
1 parent 3a76489 commit e9983a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Underneath it uses Scala macros to give you:
To include Chimney to your SBT project, add the following line to your `build.sbt`:

```scala
libraryDependencies += "io.scalaland" %% "chimney" % "0.4.1"
libraryDependencies += "io.scalaland" %% "chimney" % "0.4.2"
```

Library is released for Scala 2.11.x, 2.12.x and 2.13.x.
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ val versions = new {
}

val settings = Seq(
version := "0.4.1",
version := "0.4.2",
scalaVersion := versions.scalaVersion,
crossScalaVersions := Seq("2.11.12", "2.12.10", "2.13.1"),
scalacOptions ++= Seq(
Expand Down
2 changes: 1 addition & 1 deletion readme/Readme.scalatex
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
To include Chimney to your SBT project, add the following line
to your @code{build.sbt}:
@hl.scala
libraryDependencies += "io.scalaland" %% "chimney" % "0.4.1"
libraryDependencies += "io.scalaland" %% "chimney" % "0.4.2"
@p
Library is released for Scala 2.11.x, 2.12.x and 2.13.x.
If you want to use it with Scala.js(or Scala Native), you need to replace @code{%%} with @code{%%%}.
Expand Down

0 comments on commit e9983a2

Please sign in to comment.