Skip to content

Commit 3f99149

Browse files
authored
Merge pull request #1035 from typelevel/topic/update-twiddles-0.8
Update to Twiddles 0.8.0
2 parents ed5ae45 + aa58818 commit 3f99149

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
@@ -119,7 +119,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
119119
"org.scodec" %%% "scodec-cats" % "1.2.0",
120120
"org.typelevel" %%% "otel4s-core-trace" % otel4sVersion,
121121
"org.tpolecat" %%% "sourcepos" % "1.1.0",
122-
"org.typelevel" %%% "twiddles-core" % "0.7.2",
122+
"org.typelevel" %%% "twiddles-core" % "0.8.0",
123123
) ++ Seq(
124124
"com.beachape" %%% "enumeratum" % "1.7.3",
125125
).filterNot(_ => tlIsScala3.value)

0 commit comments

Comments
 (0)