Skip to content

Commit

Permalink
Update typesafe:config to 1.4.3 in scala2 (#518)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Oct 22, 2023
1 parent 7a96d4b commit 03afa84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ lazy val coulomb_parser = (project in file("coulomb-parser"))
.settings(libraryDependencies ++= coulombParserDeps)

def coulombTypesafeConfigDeps = Seq(
"com.typesafe" % "config" % "1.4.2" % Provided
"com.typesafe" % "config" % "1.4.3" % Provided
)

lazy val coulomb_typesafe_config = (project in file("coulomb-typesafe-config"))
Expand Down
2 changes: 1 addition & 1 deletion coulomb-typesafe-config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The package `coulomb-typesafe-config` provides an integration of unit parsing wi
libraryDependencies ++= Seq(
"com.manyangled" %% "coulomb-typesafe-config" % "0.5.8"
"com.manyangled" %% "coulomb-parser" % "0.5.8",
"com.typesafe" % "config" % "1.4.2",
"com.typesafe" % "config" % "1.4.3",
"org.scala-lang.modules" %% "scala-parser-combinators" % "2.3.0"
)
```
Expand Down

0 comments on commit 03afa84

Please sign in to comment.