Skip to content

Commit b326cbe

Browse files
Update enumeratum to 1.7.4 in series/0.6.x
1 parent 62dad97 commit b326cbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
122122
"org.scala-lang.modules" %%% "scala-collection-compat" % "2.11.0",
123123
"org.typelevel" %%% "twiddles-core" % "0.6.2",
124124
) ++ Seq(
125-
"com.beachape" %%% "enumeratum" % "1.7.3",
125+
"com.beachape" %%% "enumeratum" % "1.7.4",
126126
).filterNot(_ => tlIsScala3.value)
127127
).jvmSettings(
128128
libraryDependencies += "com.ongres.scram" % "client" % "2.1",

0 commit comments

Comments
 (0)