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 2c67127 commit 685d583Copy full SHA for 685d583
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.4",
+ "com.beachape" %% "enumeratum-circe" % "1.7.4",
60
"com.amazonaws" % "aws-java-sdk-s3" % "1.12.769"
61
)
62
}))
0 commit comments