Skip to content

Commit 18f7f7b

Browse files
committed
Update enumeratum, enumeratum-circe to 1.7.5
1 parent 8ab1a26 commit 18f7f7b

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.5",
59+
"com.beachape" %% "enumeratum-circe" % "1.7.5",
6060
"com.amazonaws" % "aws-java-sdk-s3" % "1.12.770"
6161
)
6262
}))

0 commit comments

Comments
 (0)