Skip to content

Commit

Permalink
Bumped the workbench plugin to 0.2.0 (for schema export). (#21)
Browse files Browse the repository at this point in the history
Fixes #20.
  • Loading branch information
bogdanromanx committed Oct 20, 2017
1 parent 2ad768d commit e2df9ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -7,7 +7,7 @@ lazy val prov = project
moduleName := "nexus-prov",
resolvers += Resolver.bintrayRepo("bogdanromanx", "maven"),
autoScalaLibrary := false,
workbenchVersion := "0.1.4"
workbenchVersion := "0.2.0"
)

lazy val root = project
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
@@ -1,2 +1,2 @@
addSbtPlugin("ch.epfl.bluebrain.nexus" % "sbt-nexus" % "0.4.1")
addSbtPlugin("ch.epfl.bluebrain.nexus" % "sbt-nexus-workbench" % "0.1.4")
addSbtPlugin("ch.epfl.bluebrain.nexus" % "sbt-nexus-workbench" % "0.2.0")

0 comments on commit e2df9ae

Please sign in to comment.