Skip to content

Commit

Permalink
Update typesafe:config to 1.2.1 (scalastyle#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 9, 2020
1 parent 7678bda commit a9ddb4b
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 @@ -60,7 +60,7 @@ cancelable in Global := true
libraryDependencies ++= Seq(
"org.scala-lang.modules" %% "scala-collection-compat" % "2.1.3",
"org.scalariform" %% "scalariform" % "0.2.10",
"com.typesafe" % "config" % "1.2.0",
"com.typesafe" % "config" % "1.2.1",
"junit" % "junit" % "4.13" % "test",
"com.novocode" % "junit-interface" % "0.10" % "test",
"com.google.guava" % "guava" % "17.0" % "test",
Expand Down

0 comments on commit a9ddb4b

Please sign in to comment.