Update versions to 1.3.2

This commit is contained in:
Siyavash Habashi 2017-12-10 22:58:57 +01:00 committed by GitHub
parent eeb95825bf
commit 557109d84b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -105,12 +105,12 @@ You can find published releases on Maven Central.
<dependency>
<groupId>com.typesafe</groupId>
<artifactId>config</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
</dependency>
sbt dependency:
libraryDependencies += "com.typesafe" % "config" % "1.3.1"
libraryDependencies += "com.typesafe" % "config" % "1.3.2"
Link for direct download if you don't use a dependency manager: