Skip to content

Commit

Permalink
Merge pull request #23 from scala-steward/update/dhall-generic-0.3.13
Browse files Browse the repository at this point in the history
Update dhall-generic to 0.3.13
  • Loading branch information
mergify[bot] authored Mar 4, 2021
2 parents a4ee64a + bb0c96c commit 3eab722
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.2.0")
libraryDependencies ++= Seq("us.oyanglul" %% "dhall-generic" % "0.3.13")
)

0 comments on commit 3eab722

Please sign in to comment.