File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Inspired by https://github.com/chbatey/kafka-unit
55
66## How to use
77
8- * In your ` build.sbt ` file add the following dependency: ` "org.scalatest" %% "scalatest" % "0.1 .0" `
8+ * In your ` build.sbt ` file add the following dependency: ` "org.scalatest" %% "scalatest" % "0.2 .0" `
99* Have your ` Spec ` extend the ` EmbeddedKafka ` trait.
1010* Enclose the code that needs a running instance of Kafka within the ` withRunningKafka ` closure.
1111
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ lazy val commonSettings = Seq(
22 name := " scalatest-embedded-kafka" ,
33 organization := " net.manub" ,
44 scalaVersion := " 2.11.7" ,
5- version := " 0.1 .0-SNAPSHOT" ,
5+ version := " 0.2 .0-SNAPSHOT" ,
66 parallelExecution in Test := false ,
77 libraryDependencies ++= Seq (
88 " org.scalatest" %% " scalatest" % " 2.2.5" ,
@@ -16,7 +16,7 @@ lazy val commonSettings = Seq(
1616
1717lazy val publishSettings = Seq (
1818 licenses += (" MIT" , url(" http://opensource.org/licenses/MIT" )),
19- publishMavenStyle := false ,
19+ publishMavenStyle := true ,
2020 publishArtifact in Test := false ,
2121 pomIncludeRepository := { _ => false },
2222 pomExtra := <scm >
Original file line number Diff line number Diff line change 1- version := " 0.1.0 "
1+ version := " 0.2.0-SNAPSHOT "
You can’t perform that action at this time.
0 commit comments