From 6fdbe6e4a7dd93fbc18bfe13088af22a2be2e437 Mon Sep 17 00:00:00 2001 From: Michael Pilquist Date: Thu, 23 Nov 2023 08:27:06 -0500 Subject: [PATCH] Update to twiddles 0.6.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 187d8eda..bac68769 100644 --- a/build.sbt +++ b/build.sbt @@ -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)