Skip to content

Commit

Permalink
Merge pull request #418 from scala-steward/update/literally-1.1.0
Browse files Browse the repository at this point in the history
Update literally to 1.1.0
  • Loading branch information
mpilquist authored Aug 2, 2022
2 parents 38efd8f + 0c7976f commit 571bbf9
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 @@ -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"
)
Expand Down

0 comments on commit 571bbf9

Please sign in to comment.