Skip to content

Commit

Permalink
Merge pull request #1104 from typelevel/update/series/0.6.x/enumeratu…
Browse files Browse the repository at this point in the history
…m-1.7.4

Update enumeratum to 1.7.4 in series/0.6.x
  • Loading branch information
mpilquist authored Jul 17, 2024
2 parents 66c5c55 + b326cbe commit 4785acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
"org.scala-lang.modules" %%% "scala-collection-compat" % "2.11.0",
"org.typelevel" %%% "twiddles-core" % "0.6.2",
) ++ Seq(
"com.beachape" %%% "enumeratum" % "1.7.3",
"com.beachape" %%% "enumeratum" % "1.7.4",
).filterNot(_ => tlIsScala3.value)
).jvmSettings(
libraryDependencies += "com.ongres.scram" % "client" % "2.1",
Expand Down

0 comments on commit 4785acf

Please sign in to comment.