Skip to content

Commit cb498fe

Browse files
authored
Merge pull request #785 from scala-steward/update/enumeratum-1.7.3
Update enumeratum from 1.7.2 to 1.7.3
2 parents 2a0d783 + c88bb28 commit cb498fe

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
@@ -280,7 +280,7 @@ lazy val scala_libraries_2 = (project in file("scala-libraries-2"))
280280
"com.github.cb372" %% "scalacache-guava" % "0.28.0",
281281
"com.github.cb372" %% "scalacache-cats-effect" % "0.28.0",
282282
"com.github.cb372" %% "scalacache-caffeine" % "0.28.0",
283-
"com.beachape" %% "enumeratum" % "1.7.2"
283+
"com.beachape" %% "enumeratum" % "1.7.3"
284284
),
285285
libraryDependencies ++= Seq(
286286
"com.typesafe.play" %% "play-slick" % "5.1.0",
@@ -322,7 +322,7 @@ lazy val scala_libraries_3 = (project in file("scala-libraries-3"))
322322
"org.http4s" %% "http4s-dsl" % http4sVersion,
323323
"org.http4s" %% "http4s-blaze-server" % http4sBlaze,
324324
"org.http4s" %% "http4s-blaze-client" % http4sBlaze,
325-
"com.beachape" %% "enumeratum" % "1.7.2",
325+
"com.beachape" %% "enumeratum" % "1.7.3",
326326
"com.github.pureconfig" %% "pureconfig" % "0.17.4",
327327
"com.github.pureconfig" %% "pureconfig-enumeratum" % "0.17.4",
328328
"com.typesafe" % "config" % "1.4.2",

0 commit comments

Comments
 (0)