We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ab1a26 commit 18f7f7bCopy full SHA for 18f7f7b
build.sbt
@@ -55,8 +55,8 @@ lazy val treehub = (project in file("."))
55
"org.scodec" %% "scodec-bits" % "1.1.37",
56
"org.scodec" %% "scodec-core" % "1.11.10",
57
58
- "com.beachape" %% "enumeratum" % "1.7.2",
59
- "com.beachape" %% "enumeratum-circe" % "1.7.2",
+ "com.beachape" %% "enumeratum" % "1.7.5",
+ "com.beachape" %% "enumeratum-circe" % "1.7.5",
60
"com.amazonaws" % "aws-java-sdk-s3" % "1.12.770"
61
)
62
}))
0 commit comments