Skip to content

Commit

Permalink
Set version to 0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ruippeixotog committed Feb 28, 2021
1 parent 747b6c5 commit 37ea821
Show file tree
Hide file tree
Showing 21 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ To use PureConfig in an existing SBT project with Scala 2.12 or a later version,
`build.sbt`:

```scala
libraryDependencies += "com.github.pureconfig" %% "pureconfig" % "0.14.0"
libraryDependencies += "com.github.pureconfig" %% "pureconfig" % "0.14.1"
```

For a full example of `build.sbt` you can have a look at this [build.sbt](https://github.com/pureconfig/pureconfig/blob/master/example/build.sbt).
Expand Down
2 changes: 1 addition & 1 deletion modules/akka-http/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ for other classes are welcome :)
In addition to [core PureConfig](https://github.com/pureconfig/pureconfig), you'll need:

```scala
libraryDependencies += "com.github.pureconfig" %% "pureconfig-akka-http" % "0.14.0"
libraryDependencies += "com.github.pureconfig" %% "pureconfig-akka-http" % "0.14.1"
```

## Example
Expand Down
2 changes: 1 addition & 1 deletion modules/akka/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Adds support for selected [Akka](http://akka.io/) classes to PureConfig.
In addition to [core PureConfig](https://github.com/pureconfig/pureconfig), you'll need:

```scala
libraryDependencies += "com.github.pureconfig" %% "pureconfig-akka" % "0.14.0"
libraryDependencies += "com.github.pureconfig" %% "pureconfig-akka" % "0.14.1"
```

## Example
Expand Down
2 changes: 1 addition & 1 deletion modules/cats-effect/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Adds support for loading configuration using [cats-effect](https://github.com/ty
In addition to [core pureconfig](https://github.com/pureconfig/pureconfig), you'll need:

```scala
libraryDependencies += "com.github.pureconfig" %% "pureconfig-cats-effect" % "0.14.0"
libraryDependencies += "com.github.pureconfig" %% "pureconfig-cats-effect" % "0.14.1"
```

## Example
Expand Down
2 changes: 1 addition & 1 deletion modules/cats/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ classes.
In addition to [core pureconfig](https://github.com/pureconfig/pureconfig), you'll need:

```scala
libraryDependencies += "com.github.pureconfig" %% "pureconfig-cats" % "0.14.0"
libraryDependencies += "com.github.pureconfig" %% "pureconfig-cats" % "0.14.1"
```

## Example
Expand Down
2 changes: 1 addition & 1 deletion modules/circe/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Adds support for [Circe](https://circe.github.io/circe/) `Json` to PureConfig.
In addition to [core pureconfig](https://github.com/pureconfig/pureconfig), you'll need:

```scala
libraryDependencies += "com.github.pureconfig" %% "pureconfig-circe" % "0.14.0"
libraryDependencies += "com.github.pureconfig" %% "pureconfig-circe" % "0.14.1"
```

## Example
Expand Down
2 changes: 1 addition & 1 deletion modules/cron4s/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Adds support for [Cron4s](https://github.com/alonsodomin/cron4s)'s CronExpr clas
In addition to [core PureConfig](https://github.com/pureconfig/pureconfig), you'll need:

```scala
libraryDependencies += "com.github.pureconfig" %% "pureconfig-cron4s" % "0.14.0"
libraryDependencies += "com.github.pureconfig" %% "pureconfig-cron4s" % "0.14.1"
```

## Example
Expand Down
2 changes: 1 addition & 1 deletion modules/enum/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Automatically create a converter to read [enum](https://github.com/julienrf/enum
In addition to [core PureConfig](https://github.com/pureconfig/pureconfig), you'll need:

```scala
libraryDependencies += "com.github.pureconfig" %% "pureconfig-enum" % "0.14.0"
libraryDependencies += "com.github.pureconfig" %% "pureconfig-enum" % "0.14.1"
```

## Example
Expand Down
2 changes: 1 addition & 1 deletion modules/enumeratum/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Automatically create a converters to read [Enumeratum](https://github.com/lloydm
In addition to [core PureConfig](https://github.com/pureconfig/pureconfig), you'll need:

```scala
libraryDependencies += "com.github.pureconfig" %% "pureconfig-enumeratum" % "0.14.0"
libraryDependencies += "com.github.pureconfig" %% "pureconfig-enumeratum" % "0.14.1"
```

## Example
Expand Down
2 changes: 1 addition & 1 deletion modules/fs2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Adds support for loading and saving configurations from [fs2](https://github.com
In addition to [core pureconfig](https://github.com/pureconfig/pureconfig), you'll need:

```scala
libraryDependencies += "com.github.pureconfig" %% "pureconfig-fs2" % "0.14.0"
libraryDependencies += "com.github.pureconfig" %% "pureconfig-fs2" % "0.14.1"
```

## Example
Expand Down
2 changes: 1 addition & 1 deletion modules/hadoop/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Adds support for selected [Hadoop](http://hadoop.apache.org/) classes to PureCon
In addition to [core PureConfig](https://github.com/pureconfig/pureconfig), you'll need:

```scala
libraryDependencies += "com.github.pureconfig" %% "pureconfig-hadoop" % "0.14.0"
libraryDependencies += "com.github.pureconfig" %% "pureconfig-hadoop" % "0.14.1"
```

Also, `pureconfig-hadoop` depends on `hadoop-common` with `provided` scope. This means that you should explicitly add a dependency on `hadoop-common` or any other Hadoop library which depends on `hadoop-common`. Usually it would be something like this:
Expand Down
2 changes: 1 addition & 1 deletion modules/http4s/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ for other classes are welcome :)
In addition to [core PureConfig](https://github.com/pureconfig/pureconfig), you'll need:

```scala
libraryDependencies += "com.github.pureconfig" %% "pureconfig-http4s" % "0.14.0"
libraryDependencies += "com.github.pureconfig" %% "pureconfig-http4s" % "0.14.1"
```

## Example
Expand Down
2 changes: 1 addition & 1 deletion modules/javax/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Adds support for selected javax classes to PureConfig.
In addition to [core pureconfig](https://github.com/pureconfig/pureconfig), you'll need:

```scala
libraryDependencies += "com.github.pureconfig" %% "pureconfig-javax" % "0.14.0"
libraryDependencies += "com.github.pureconfig" %% "pureconfig-javax" % "0.14.1"
```

## Example
Expand Down
2 changes: 1 addition & 1 deletion modules/joda/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The converters need to be provided a `org.joda.time.format.DateTimeFormatter` to
In addition to [core pureconfig](https://github.com/pureconfig/pureconfig), you'll need:

```scala
libraryDependencies += "com.github.pureconfig" %% "pureconfig-joda" % "0.14.0"
libraryDependencies += "com.github.pureconfig" %% "pureconfig-joda" % "0.14.1"
```

## Example
Expand Down
2 changes: 1 addition & 1 deletion modules/magnolia/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ configuration using the same [product](https://pureconfig.github.io/docs/overrid
In addition to [core pureconfig](https://github.com/pureconfig/pureconfig), you'll need:

```scala
libraryDependencies += "com.github.pureconfig" %% "pureconfig-magnolia" % "0.14.0"
libraryDependencies += "com.github.pureconfig" %% "pureconfig-magnolia" % "0.14.1"
```

## Example
Expand Down
2 changes: 1 addition & 1 deletion modules/scala-xml/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Adds support for XML via [Scala XML](https://github.com/scala/scala-xml) to Pure
In addition to [core pureconfig](https://github.com/pureconfig/pureconfig), you'll need:

```scala
libraryDependencies += "com.github.pureconfig" %% "pureconfig-scala-xml" % "0.14.0"
libraryDependencies += "com.github.pureconfig" %% "pureconfig-scala-xml" % "0.14.1"
```

## Example
Expand Down
2 changes: 1 addition & 1 deletion modules/scalaz/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ classes.
In addition to [core pureconfig](https://github.com/pureconfig/pureconfig), you'll need:

```scala
libraryDependencies += "com.github.pureconfig" %% "pureconfig-scalaz" % "0.14.0"
libraryDependencies += "com.github.pureconfig" %% "pureconfig-scalaz" % "0.14.1"
```

## Example
Expand Down
2 changes: 1 addition & 1 deletion modules/squants/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Automatically create a converter to read [Squants](http://www.squants.com/)'s be
In addition to [core pureconfig](https://github.com/pureconfig/pureconfig), you'll need:

```scala
libraryDependencies += "com.github.pureconfig" %% "pureconfig-squants" % "0.14.0"
libraryDependencies += "com.github.pureconfig" %% "pureconfig-squants" % "0.14.1"
```

## Example
Expand Down
2 changes: 1 addition & 1 deletion modules/sttp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Adds support for [sttp](https://github.com/softwaremill/sttp). Currently support
In addition to [core PureConfig](https://github.com/pureconfig/pureconfig), you'll need:

```scala
libraryDependencies += "com.github.pureconfig" %% "pureconfig-sttp" % "0.14.0"
libraryDependencies += "com.github.pureconfig" %% "pureconfig-sttp" % "0.14.1"
```

## Example
Expand Down
2 changes: 1 addition & 1 deletion modules/yaml/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ of `ConfigReader`s and hints to read configurations to domain objects without bo
In addition to the [PureConfig core](https://github.com/pureconfig/pureconfig), you'll need:

```scala
libraryDependencies += "com.github.pureconfig" %% "pureconfig-yaml" % "0.14.0"
libraryDependencies += "com.github.pureconfig" %% "pureconfig-yaml" % "0.14.1"
```

## Example
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.14.1-SNAPSHOT"
ThisBuild / version := "0.14.1"

0 comments on commit 37ea821

Please sign in to comment.