Skip to content

Commit 685d583

Browse files
committed
Update enumeratum, enumeratum-circe to 1.7.4
1 parent 2c67127 commit 685d583

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ lazy val treehub = (project in file("."))
5555
"org.scodec" %% "scodec-bits" % "1.1.37",
5656
"org.scodec" %% "scodec-core" % "1.11.10",
5757

58-
"com.beachape" %% "enumeratum" % "1.7.2",
59-
"com.beachape" %% "enumeratum-circe" % "1.7.2",
58+
"com.beachape" %% "enumeratum" % "1.7.4",
59+
"com.beachape" %% "enumeratum-circe" % "1.7.4",
6060
"com.amazonaws" % "aws-java-sdk-s3" % "1.12.769"
6161
)
6262
}))

0 commit comments

Comments
 (0)