Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosinigaglia committed Feb 20, 2019
1 parent 4045ff2 commit 99c1b21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion module/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name := "play2-pdf"

organization := "it.innove"

version := "1.8.1"
version := "1.8.2"

lazy val root = (project in file(".")).enablePlugins(PlayJava)

Expand Down
3 changes: 3 additions & 0 deletions module/project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ resolvers += "Typesafe repository" at "http://repo.typesafe.com/typesafe/release

// Use the Play sbt plugin for Play projects
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.6.11")

// To sign the for Sonatype
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2-1")

0 comments on commit 99c1b21

Please sign in to comment.