We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 010e6c1 commit 4496323Copy full SHA for 4496323
build.sbt
@@ -5,7 +5,7 @@ name := "kmq"
5
6
lazy val commonSettings = Seq(
7
organization := "com.softwaremill.kmq",
8
- version := "0.2.1",
+ version := "0.2.2",
9
scalaVersion := "2.12.4",
10
crossScalaVersions := List(scalaVersion.value, "2.11.11"),
11
0 commit comments