Skip to content

Commit

Permalink
Update refined to 0.11.3 in scala2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Dec 27, 2024
1 parent 4e04ea8 commit 1618b44
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ lazy val coulomb_pureconfig = (project in file("coulomb-pureconfig"))
.settings(libraryDependencies ++= coulombPureConfigDeps)

def coulombRefinedDeps = Def.setting(Seq(
"eu.timepit" %%% "refined" % "0.11.2" % Provided)
"eu.timepit" %%% "refined" % "0.11.3" % Provided)
)

lazy val coulomb_refined = crossProject(JVMPlatform, JSPlatform)
Expand Down
2 changes: 1 addition & 1 deletion coulomb-pureconfig-refined/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ libraryDependencies ++= Seq(
"com.github.pureconfig" %% "pureconfig-generic" % "0.17.7",
// refined integration
"com.manyangled" %% "coulomb-refined" % "0.5.8",
"eu.timepit" %% "refined" % "0.11.2"
"eu.timepit" %% "refined" % "0.11.3"
)
```

Expand Down
2 changes: 1 addition & 1 deletion coulomb-refined/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ libraryDependencies ++= Seq(
"eu.timepit" %% "singleton-ops" % "0.5.2",
// refined dependencies
"com.manyangled" %% "coulomb-refined" % "0.5.8",
"eu.timepit" %% "refined" % "0.11.2"
"eu.timepit" %% "refined" % "0.11.3"
)
```

Expand Down

0 comments on commit 1618b44

Please sign in to comment.