Skip to content

Commit

Permalink
Update enumeratum to 1.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jul 15, 2024
1 parent 209e0ac commit 6b773bb
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 @@ -392,7 +392,7 @@ lazy val zioConfigEnumeratum = crossProject(JSPlatform, JVMPlatform, NativePlatf
.settings(crossProjectSettings)
.settings(
libraryDependencies ++= Seq(
"com.beachape" %% "enumeratum" % "1.7.2",
"com.beachape" %% "enumeratum" % "1.7.4",
"dev.zio" %% "zio-test" % zioVersion % Test,
"dev.zio" %% "zio-test-sbt" % zioVersion % Test
),
Expand Down

0 comments on commit 6b773bb

Please sign in to comment.