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 404f09d commit c6aabf0Copy full SHA for c6aabf0
build.sbt
@@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
2
settings(
3
organization := "unit",
4
name := "unit-java-client",
5
- version := "0.0.4",
+ version := "0.0.5",
6
scalaVersion := "2.11.4",
7
scalacOptions ++= Seq("-feature"),
8
javacOptions in compile ++= Seq("-Xlint:deprecation"),
0 commit comments