Skip to content
This repository has been archived by the owner on May 28, 2019. It is now read-only.

Commit

Permalink
Bump nozzle dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
gabro committed Oct 13, 2016
1 parent 9302f0a commit bf14af4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
@@ -1,6 +1,6 @@
lazy val commonSettings = Seq(
organization := "io.buildo",
version := "0.1.3"
version := "0.1.4"
)

lazy val root = (project in file(".")).
Expand Down
Expand Up @@ -12,7 +12,7 @@ object CommonDependencySettingPlugin extends AutoPlugin {
)

object autoImport {
val nozzle = "io.buildo" %% "nozzle" % "0.10.7"
val nozzle = "io.buildo" %% "nozzle" % "0.10.9"
val caseenum = "io.buildo" %% "ingredients-caseenum" % "0.3.0"
val scalaz = "org.scalaz" %% "scalaz-core" % "7.2.0"
val slick = "com.typesafe.slick" %% "slick" % "3.1.1"
Expand Down

0 comments on commit bf14af4

Please sign in to comment.