Skip to content

Commit

Permalink
Merge pull request #1035 from typelevel/topic/update-twiddles-0.8
Browse files Browse the repository at this point in the history
Update to Twiddles 0.8.0
  • Loading branch information
mpilquist committed Jan 23, 2024
2 parents ed5ae45 + aa58818 commit 3f99149
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 @@ -119,7 +119,7 @@ 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.7.2",
"org.typelevel" %%% "twiddles-core" % "0.8.0",
) ++ Seq(
"com.beachape" %%% "enumeratum" % "1.7.3",
).filterNot(_ => tlIsScala3.value)
Expand Down

0 comments on commit 3f99149

Please sign in to comment.