Skip to content

Commit

Permalink
Update enumeratum to 1.7.5 (#1465)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Nov 6, 2024
1 parent 626af53 commit 666fada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ lazy val zioConfigEnumeratum = crossProject(JSPlatform, JVMPlatform, NativePlatf
.settings(crossProjectSettings)
.settings(
libraryDependencies ++= Seq(
"com.beachape" %% "enumeratum" % "1.7.2",
"com.beachape" %% "enumeratum" % "1.7.5",
"dev.zio" %% "zio-test" % zioVersion % Test,
"dev.zio" %% "zio-test-sbt" % zioVersion % Test
),
Expand Down

0 comments on commit 666fada

Please sign in to comment.