Skip to content

Commit

Permalink
Downgrade twiddles & enumeratum as well
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilquist committed Nov 22, 2024
1 parent 2fc8b56 commit 26c4f45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,9 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
"org.scodec" %%% "scodec-cats" % "1.2.0",
"org.typelevel" %%% "otel4s-core-trace" % otel4sVersion,
"org.tpolecat" %%% "sourcepos" % "1.1.0",
"org.typelevel" %%% "twiddles-core" % "0.9.0",
"org.typelevel" %%% "twiddles-core" % "0.8.0",
) ++ Seq(
"com.beachape" %%% "enumeratum" % "1.7.5",
"com.beachape" %%% "enumeratum" % "1.7.4",
).filterNot(_ => tlIsScala3.value)
).jvmSettings(
libraryDependencies += "com.ongres.scram" % "client" % "2.1",
Expand Down

0 comments on commit 26c4f45

Please sign in to comment.