Skip to content

Commit

Permalink
Update jnr-constants to 0.10.4 (#1789)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Oct 21, 2024
1 parent e573c01 commit 61829fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ object Dependencies {
val console4Cats = "dev.profunktor" %% "console4cats" % "0.8.0"
val catsRetry = "com.github.cb372" %% "cats-retry" % "2.1.1"

val jnrConstants = "com.github.jnr" % "jnr-constants" % "0.10.3"
val jnrConstants = "com.github.jnr" % "jnr-constants" % "0.10.4"

def scalaReflect(scalaV: String): ModuleID = "org.scala-lang" % "scala-reflect" % scalaV

Expand Down

0 comments on commit 61829fb

Please sign in to comment.