Skip to content

Commit

Permalink
Update typesafe:config to 1.4.1 (#22)
Browse files Browse the repository at this point in the history
Co-authored-by: Andriy Onyshchuk <andyglow@gmail.com>
  • Loading branch information
scala-steward and andyglow committed Oct 26, 2020
1 parent a448ff4 commit d0dc6c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ developers := List(
releaseCrossBuild := true

libraryDependencies ++= Seq(
"com.typesafe" % "config" % "1.4.0",
"com.typesafe" % "config" % "1.4.1",
"org.scalatest" %% "scalatest" % "3.2.2" % Test)

releaseCrossBuild := true
Expand Down

0 comments on commit d0dc6c2

Please sign in to comment.