Skip to content

Commit

Permalink
[Improvement] Upgrade typesafe config (#1151)
Browse files Browse the repository at this point in the history
* [Improvement] Upgrade typesafe config

* recent config

* comment update

* changelog
  • Loading branch information
mproch authored Aug 14, 2020
1 parent 9997d5a commit e1ad269
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,9 @@ lazy val commonSettings =
),
//here we add dependencies that we want to have fixed across all modules
dependencyOverrides ++= Seq(
//currently Flink (1.9) uses 1.8.2 Avro version
"org.apache.avro" % "avro" % avroV
//currently Flink (1.11 -> https://github.com/apache/flink/blob/master/pom.xml#L128) uses 1.8.2 Avro version
"org.apache.avro" % "avro" % avroV,
"com.typesafe" % "config" % configV
)
)

Expand Down Expand Up @@ -195,7 +196,7 @@ val slf4jV = "1.7.21"
val scalaLoggingV = "3.9.0"
val scalaCompatV = "0.9.0"
val ficusV = "1.4.1"
val configV = "1.3.0"
val configV = "1.4.0"
val commonsLangV = "3.3.2"
val commonsTextV = "1.8"
//we want to use 5.x for standalone metrics to have tags, however dropwizard development kind of freezed. Maybe we should consider micrometer?
Expand Down
1 change: 1 addition & 0 deletions docs/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Nussknacker versions
0.3.0 (not released yet)
------------------------
* [#1054](https://github.com/TouK/nussknacker/pull/1054) Tabbed dark process list
* [#1151](https://github.com/TouK/nussknacker/pull/1151) Upgrade Typesafe Config to latest version

0.2.1 (not released yet)
-----------------------
Expand Down

0 comments on commit e1ad269

Please sign in to comment.