Skip to content

Commit

Permalink
Update enumeratum to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsacha committed Aug 5, 2022
1 parent f9d1e94 commit 26f7827
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 @@ -105,7 +105,7 @@ lazy val ijp_debayer2sx_core = project.in(file("ijp-debayer2sx-core"))
libraryDependencies ++= {
if (isScala2(scalaVersion.value)) {
Seq(
"com.beachape" %% "enumeratum" % "1.6.1",
"com.beachape" %% "enumeratum" % "1.7.0",
"io.github.metarank" %% "cfor" % "0.2"
)
} else {
Expand Down

0 comments on commit 26f7827

Please sign in to comment.