Skip to content

Commit

Permalink
Merge pull request #8 from scala-steward/update/typesafe-1.4.0
Browse files Browse the repository at this point in the history
Update typesafe:config to 1.4.0
  • Loading branch information
t3hnar committed Dec 7, 2019
2 parents 95f916e + fd0ca9f commit 0069163
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 @@ -17,7 +17,7 @@ scalaVersion := crossScalaVersions.value.head
crossScalaVersions := Seq("2.13.0", "2.12.9")

libraryDependencies ++= Seq(
"com.typesafe" % "config" % "1.3.4",
"com.typesafe" % "config" % "1.4.0",
"commons-codec" % "commons-codec" % "1.13" ,
"org.scalatest" %% "scalatest" % "3.1.0" % Test
)
Expand Down

0 comments on commit 0069163

Please sign in to comment.