forked from pureconfig/pureconfig
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into derivation-fix
- Loading branch information
Showing
19 changed files
with
61 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name := "pureconfig-akka" | ||
|
||
libraryDependencies ++= Seq( | ||
"com.typesafe.akka" %% "akka-actor" % "2.5.12") | ||
"com.typesafe.akka" %% "akka-actor" % "2.5.17") | ||
|
||
developers := List( | ||
Developer("derekmorr", "Derek Morr", "[email protected]", url("https://github.com/derekmorr")), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name := "pureconfig-cats-effect" | ||
|
||
libraryDependencies ++= Seq( | ||
"org.typelevel" %% "cats-effect" % "0.10.1") | ||
"org.typelevel" %% "cats-effect" % "1.0.0") | ||
|
||
developers := List( | ||
Developer("keirlawson", "Keir Lawson", "[email protected]", url("https://github.com/keirlawson"))) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
name := "pureconfig-fs2" | ||
|
||
libraryDependencies ++= Seq( | ||
"co.fs2" %% "fs2-core" % "0.10.4", | ||
"co.fs2" %% "fs2-io" % "0.10.4") | ||
"co.fs2" %% "fs2-core" % "1.0.0", | ||
"co.fs2" %% "fs2-io" % "1.0.0") | ||
|
||
developers := List( | ||
Developer("keirlawson", "Keir Lawson", "[email protected]", url("https://github.com/keirlawson"))) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name := "pureconfig-hadoop" | ||
|
||
libraryDependencies ++= Seq( | ||
"org.apache.hadoop" % "hadoop-common" % "3.1.0" % "provided,tut") | ||
"org.apache.hadoop" % "hadoop-common" % "3.1.1" % "provided,tut") | ||
|
||
developers := List( | ||
Developer("lmnet", "Yuriy Badalyantc", "[email protected]", url("https://github.com/lmnet"))) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
name := "pureconfig-joda" | ||
|
||
libraryDependencies ++= Seq( | ||
"joda-time" % "joda-time" % "2.9.9", | ||
"org.joda" % "joda-convert" % "2.0.1") | ||
"joda-time" % "joda-time" % "2.10", | ||
"org.joda" % "joda-convert" % "2.1.1") | ||
|
||
developers := List( | ||
Developer("melrief", "Mario Pastorelli", "[email protected]", url("https://github.com/melrief")), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name := "pureconfig-scala-xml" | ||
|
||
libraryDependencies ++= Seq( | ||
"org.scala-lang.modules" %% "scala-xml" % "1.0.6") | ||
"org.scala-lang.modules" %% "scala-xml" % "1.1.1") | ||
|
||
developers := List( | ||
Developer("derekmorr", "Derek Morr", "[email protected]", url("https://github.com/derekmorr"))) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name := "pureconfig-yaml" | ||
|
||
libraryDependencies ++= Seq( | ||
"org.yaml" % "snakeyaml" % "1.17") | ||
"org.yaml" % "snakeyaml" % "1.23") | ||
|
||
developers := List( | ||
Developer("ruippeixotog", "Rui Gonçalves", "[email protected]", url("https://github.com/ruippeixotog"))) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
sbt.version=1.2.1 | ||
sbt.version=1.2.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters