Skip to content

Commit

Permalink
Merge pull request #61 from sh0hei/fix/mima-previous-version
Browse files Browse the repository at this point in the history
Fix mima previous version
  • Loading branch information
sh0hei authored May 23, 2021
2 parents e93c1e3 + 92a8131 commit 3b98357
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
@@ -1,6 +1,6 @@
name := "sangria-marshalling-api"
organization := "org.sangria-graphql"
mimaPreviousArtifacts := Set("org.sangria-graphql" %% "sangria-marshalling-api" % "1.0.4")
mimaPreviousArtifacts := Set("org.sangria-graphql" %% "sangria-marshalling-api" % "1.0.5")

description := "Sangria Marshalling API"
homepage := Some(url("https://sangria-graphql.github.io/"))
Expand Down

0 comments on commit 3b98357

Please sign in to comment.