Skip to content

Commit

Permalink
9.0.3: Updated sbt-slamdata
Browse files Browse the repository at this point in the history
  • Loading branch information
jsantos17 committed Nov 20, 2018
2 parents 2f13750 + a4595cc commit 2b2b40f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.5")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.7.0")
addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.0-RC12")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.1")
addSbtPlugin("com.slamdata" % "sbt-slamdata" % "1.3.0")
addSbtPlugin("com.slamdata" % "sbt-slamdata" % "1.4.0")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.2.27")
addSbtPlugin("com.github.romanowski" % "hoarder" % "1.0.2-RC2")
2 changes: 1 addition & 1 deletion project/project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ resolvers += Resolver.bintrayRepo("slamdata-inc", "maven-public")
resolvers += Resolver.bintrayIvyRepo("djspiewak", "ivy")

addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.0-RC12")
addSbtPlugin("com.slamdata" % "sbt-slamdata" % "1.3.0")
addSbtPlugin("com.slamdata" % "sbt-slamdata" % "1.4.0")
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "9.0.2"
version in ThisBuild := "9.0.3"

0 comments on commit 2b2b40f

Please sign in to comment.