Skip to content

Commit

Permalink
Update pureconfig-core, ... to 0.17.8 in scala2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 21, 2024
1 parent 4e04ea8 commit bbfc8c8
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.7" % Provided,
"com.github.pureconfig" %% "pureconfig-generic" % "0.17.7" % Provided,
"com.github.pureconfig" %% "pureconfig-core" % "0.17.8" % Provided,
"com.github.pureconfig" %% "pureconfig-generic" % "0.17.8" % 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.7",
"com.github.pureconfig" %% "pureconfig-generic" % "0.17.7",
"com.github.pureconfig" %% "pureconfig-core" % "0.17.8",
"com.github.pureconfig" %% "pureconfig-generic" % "0.17.8",
// 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.7",
"com.github.pureconfig" %% "pureconfig-generic" % "0.17.7"
"com.github.pureconfig" %% "pureconfig-core" % "0.17.8",
"com.github.pureconfig" %% "pureconfig-generic" % "0.17.8"
)
```

Expand Down

0 comments on commit bbfc8c8

Please sign in to comment.