File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ lazy val `read-api-server-scala` = (project in file("scala/read-api-server-scala
187
187
kamon.systemMetrics,
188
188
kamon.datadog,
189
189
" com.github.scopt" %% " scopt" % " 4.0.1" ,
190
- " com.beachape" %% " enumeratum" % " 1.7.3 " ,
190
+ " com.beachape" %% " enumeratum" % " 1.7.5 " ,
191
191
swaggerAkkaHttp.swaggerAkkaHttp,
192
192
awssdk.v1.sts,
193
193
awssdk.v2.sts,
@@ -303,7 +303,7 @@ lazy val `write-api-server-scala` = (project in file("scala/write-api-server-sca
303
303
Global / cancelable := false ,
304
304
libraryDependencies ++= Seq (
305
305
" com.github.scopt" %% " scopt" % " 4.0.1" ,
306
- " com.beachape" %% " enumeratum" % " 1.7.3 "
306
+ " com.beachape" %% " enumeratum" % " 1.7.5 "
307
307
)
308
308
).dependsOn(`write-api-base` % " compile->compile;test->test" , `domain-scala`, `test-base-scala` % " test" )
309
309
You can’t perform that action at this time.
0 commit comments