Skip to content

Commit 36a111f

Browse files
committed
Update Scala to 2.11.8
1 parent 2c449c5 commit 36a111f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ lazy val sample = (project in file("sample"))
4040
lazy val commonSettings = Seq(
4141
organization := "com.okumin",
4242
version := "0.4.0",
43-
scalaVersion := "2.11.7",
43+
scalaVersion := "2.11.8",
4444
parallelExecution in Test := false,
4545
libraryDependencies := commonDependencies
4646
)

0 commit comments

Comments
 (0)