Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-williams committed Jun 14, 2018
1 parent 5ca75a1 commit 69f28f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ default(
)

lazy val bytes = crossProject.settings(
v"1.2.1",
r"1.2.0",
dep(
case_app,
cats
Expand All @@ -17,7 +17,7 @@ lazy val `bytes.jvm` = bytes.jvm
lazy val `bytes-x` = parent(`bytes.js`, `bytes.jvm`)

lazy val channel = project.settings(
v"1.5.0",
v"1.5.1",
dep(
log4j tests,
math.utils % "2.2.0",
Expand All @@ -34,9 +34,9 @@ lazy val io = crossProject.settings(
dep(
case_app,
cats,
iterators % "2.1.0",
iterators % "2.2.0",
shapeless_utils % "1.3.0",
types % "1.1.0"
types % "1.2.0"
),
consoleImport(
"hammerlab.lines._",
Expand Down
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" % "base" % "4.5.1")
addSbtPlugin("org.hammerlab.sbt" % "base" % "4.6.1")

0 comments on commit 69f28f7

Please sign in to comment.