Skip to content

Commit

Permalink
Publish scio-repl
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafal Wojdyla committed Jun 15, 2016
1 parent 71aa1f6 commit dcd1cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ val sbtReplScalaVersionCheck = Def.task {
lazy val scioRepl: Project = Project(
"scio-repl",
file("scio-repl"),
settings = commonSettings ++ noPublishSettings ++ Seq(
settings = commonSettings ++ Seq(
libraryDependencies ++= Seq(
"org.slf4j" % "slf4j-simple" % slf4jVersion,
"jline" % "jline" % scalaBinaryVersion.value,
Expand Down

0 comments on commit dcd1cd3

Please sign in to comment.