Skip to content

Commit

Permalink
Merge pull request #28 from okumin/tls-support
Browse files Browse the repository at this point in the history
Bump version to 0.4.0-M1
  • Loading branch information
okumin authored Aug 6, 2017
2 parents c0e2cb4 + cadffd8 commit 2bfbffd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,16 @@ lazy val influentJavaSample = (project in file("influent-java-sample"))

lazy val commonSettings = Seq(
organization := "com.okumin",
version := "0.3.0",
version := "0.4.0-M1",
scalaVersion := "2.11.11",
fork in Test := true,
javacOptions in (Compile, doc) ++= Seq("-locale", "en_US"),
javacOptions in (Compile, compile) ++= Seq("-encoding", "UTF-8"),
libraryDependencies ++= Seq(
"org.slf4j" % "slf4j-api" % "1.7.25",
"org.mockito" % "mockito-core" % "2.8.47" % "test",
"org.scalatest" % "scalatest_2.11" % "3.0.1" % "test",
"org.scalacheck" %% "scalacheck" % "1.13.4" % "test"
"org.scalatest" % "scalatest_2.11" % "3.0.3" % "test",
"org.scalacheck" %% "scalacheck" % "1.13.5" % "test"
),
// sbt-header settings
organizationName := "okumin",
Expand Down

0 comments on commit 2bfbffd

Please sign in to comment.