From 0c7976fad153c3cf1508432a48c6be0bb1379865 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 31 Jul 2022 12:56:05 +0000 Subject: [PATCH] Update literally to 1.1.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 52822ee2..f5ea5ede 100644 --- a/build.sbt +++ b/build.sbt @@ -73,7 +73,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform) ) .settings( libraryDependencies ++= Seq( - "org.typelevel" %%% "literally" % "1.0.2", + "org.typelevel" %%% "literally" % "1.1.0", "org.typelevel" %%% "cats-core" % "2.8.0", "org.typelevel" %%% "cats-effect-kernel" % "3.3.14" )