Skip to content

Commit

Permalink
Merge pull request #1015 from typelevel/topic/update-twiddles-0.6
Browse files Browse the repository at this point in the history
Update to twiddles 0.6.1
  • Loading branch information
mpilquist committed Nov 23, 2023
2 parents 1674269 + 6fdbe6e commit d4b1d29
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 @@ -120,7 +120,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
"org.tpolecat" %%% "natchez-core" % natchezVersion,
"org.tpolecat" %%% "sourcepos" % "1.1.0",
"org.scala-lang.modules" %%% "scala-collection-compat" % "2.11.0",
"org.typelevel" %%% "twiddles-core" % "0.6.0",
"org.typelevel" %%% "twiddles-core" % "0.6.1",
) ++ Seq(
"com.beachape" %%% "enumeratum" % "1.7.3",
).filterNot(_ => tlIsScala3.value)
Expand Down

0 comments on commit d4b1d29

Please sign in to comment.