mirror of
https://github.com/lightbend/config.git
synced 2025-01-29 05:30:08 +08:00
Release 1.4.2
This commit is contained in:
parent
f14af4f116
commit
15ab2f0c27
10
NEWS.md
10
NEWS.md
@ -1,3 +1,13 @@
|
||||
# 1.4.2: Februari 2, 2022
|
||||
|
||||
- Avoid instantiating arbitrary classes ([#758](/../../pull/758)) thanks to [@vlsi](https://github.com/vlsi) for the report and [@raboof](https://github.com/raboof) for the patch
|
||||
- Various project infrastructure improvements ([#755](/../../pull/755), [#757](/../../pull/757)) thanks to [@ennru](https://github.com/ennru)
|
||||
- Add hoplite to Kotline wrappers ([#749](/../../pull/749)) thanks to [@sksamuel](https://github.com/sksamuel)
|
||||
- Remove unnecessary array ([#730](/../../issues/730)) thanks to [@hkupty](https://github.com/hkupty)
|
||||
- Add erlang port to README ([#722](/../../pull/722)) thanks to [@6293](https://github.com/6293)
|
||||
- Update repo path for Ficus ([#694](/../../pull/694)) thanks to [@joyfulvillage](https://github.com/joyfulvillage)
|
||||
- Fix wrong URL in NEWS.md ([#723](/../../pull/723)) thanks to [@lukaszlenart](https://github.com/lukaszlenart)
|
||||
|
||||
# 1.4.1: October 22, 2020
|
||||
|
||||
- introduce docs for arrays on env vars ([#706](/../../pull/706)), ([#710](/../../pull/710)) and ([#711](/../../pull/711)) thanks to [@ignasi35](https://github.com/ignasi35) and [@andreaTP](https://github.com/andreaTP)
|
||||
|
@ -106,12 +106,12 @@ You can find published releases on Maven Central.
|
||||
<dependency>
|
||||
<groupId>com.typesafe</groupId>
|
||||
<artifactId>config</artifactId>
|
||||
<version>1.4.1</version>
|
||||
<version>1.4.2</version>
|
||||
</dependency>
|
||||
|
||||
sbt dependency:
|
||||
|
||||
libraryDependencies += "com.typesafe" % "config" % "1.4.1"
|
||||
libraryDependencies += "com.typesafe" % "config" % "1.4.2"
|
||||
|
||||
Link for direct download if you don't use a dependency manager:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user