Skip to content

Commit

Permalink
Update pureconfig-core, ... to 0.17.7 in scala2 (#594)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Aug 15, 2024
1 parent 8f82f53 commit 2088bca
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@ lazy val coulomb_avro = (project in file("coulomb-avro"))
.settings(libraryDependencies ++= coulombAvroDeps)

def coulombPureConfigDeps = Seq(
"com.github.pureconfig" %% "pureconfig-core" % "0.17.6" % Provided,
"com.github.pureconfig" %% "pureconfig-generic" % "0.17.6" % Provided,
"com.github.pureconfig" %% "pureconfig-core" % "0.17.7" % Provided,
"com.github.pureconfig" %% "pureconfig-generic" % "0.17.7" % Provided,
)

def coulombCatsDeps = Def.setting(Seq(
Expand Down
4 changes: 2 additions & 2 deletions coulomb-pureconfig-refined/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ libraryDependencies ++= Seq(
"com.manyangled" %% "coulomb-pureconfig" % "0.5.8",
"com.manyangled" %% "coulomb-parser" % "0.5.8",
"org.scala-lang.modules" %% "scala-parser-combinators" % "2.4.0",
"com.github.pureconfig" %% "pureconfig-core" % "0.17.6",
"com.github.pureconfig" %% "pureconfig-generic" % "0.17.6",
"com.github.pureconfig" %% "pureconfig-core" % "0.17.7",
"com.github.pureconfig" %% "pureconfig-generic" % "0.17.7",
// refined integration
"com.manyangled" %% "coulomb-refined" % "0.5.8",
"eu.timepit" %% "refined" % "0.11.2"
Expand Down
4 changes: 2 additions & 2 deletions coulomb-pureconfig/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ libraryDependencies ++= Seq(
"com.manyangled" %% "coulomb-pureconfig" % "0.5.8",
"com.manyangled" %% "coulomb-parser" % "0.5.8",
"org.scala-lang.modules" %% "scala-parser-combinators" % "2.4.0",
"com.github.pureconfig" %% "pureconfig-core" % "0.17.6",
"com.github.pureconfig" %% "pureconfig-generic" % "0.17.6"
"com.github.pureconfig" %% "pureconfig-core" % "0.17.7",
"com.github.pureconfig" %% "pureconfig-generic" % "0.17.7"
)
```

Expand Down

0 comments on commit 2088bca

Please sign in to comment.