Skip to content

Commit

Permalink
upgrade sbt, plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-williams committed Jan 13, 2018
1 parent f469f85 commit 74d92cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ emptyDocJar
dep(
bytes % "1.1.0",
case_app,
io % "4.0.0",
io_utils % "4.0.0",
iterator_macros % "1.1.0",
iterators % "2.0.0",
math % "2.1.2",
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=0.13.13
sbt.version=1.0.4
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
addSbtPlugin("org.hammerlab" % "sbt-parent" % "3.5.2")
addSbtPlugin("org.hammerlab.sbt" % "base" % "4.0.1")

0 comments on commit 74d92cf

Please sign in to comment.