Skip to content

Commit

Permalink
Merge pull request #24 from scala-steward/update/dhall-generic-0.3.14
Browse files Browse the repository at this point in the history
Update dhall-generic to 0.3.14
  • Loading branch information
mergify[bot] authored Mar 4, 2021
2 parents 3eab722 + 8c7d821 commit f760d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
lazy val root = (project in file("."))
.settings(
name := "Dhall Generic SBT",
libraryDependencies ++= Seq("us.oyanglul" %% "dhall-generic" % "0.3.13")
libraryDependencies ++= Seq("us.oyanglul" %% "dhall-generic" % "0.3.14")
)

0 comments on commit f760d0d

Please sign in to comment.