We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c449c5 commit 36a111fCopy full SHA for 36a111f
1 file changed
build.sbt
@@ -40,7 +40,7 @@ lazy val sample = (project in file("sample"))
40
lazy val commonSettings = Seq(
41
organization := "com.okumin",
42
version := "0.4.0",
43
- scalaVersion := "2.11.7",
+ scalaVersion := "2.11.8",
44
parallelExecution in Test := false,
45
libraryDependencies := commonDependencies
46
)
0 commit comments