From dcd1cd31428221ae524ed532009a324953c00014 Mon Sep 17 00:00:00 2001 From: Rafal Wojdyla Date: Wed, 15 Jun 2016 10:48:47 -0400 Subject: [PATCH] Publish scio-repl --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4bd543ae71..51fe26a49e 100644 --- a/build.sbt +++ b/build.sbt @@ -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,