Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.

Commit d7fc121

Browse files
committed
Update to scala 2.11.8
1 parent 11ef1b7 commit d7fc121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ object BokehBuild extends Build {
5353
description := "Scala bindings for Bokeh plotting library",
5454
homepage := Some(url("http://bokeh.pydata.org")),
5555
licenses := Seq("MIT-style" -> url("http://www.opensource.org/licenses/mit-license.php")),
56-
scalaVersion := "2.11.7",
56+
scalaVersion := "2.11.8",
5757
scalacOptions ++= Seq("-Xlint", "-deprecation", "-unchecked", "-feature"),
5858
scalacOptions += "-language:postfixOps,implicitConversions,higherKinds,experimental.macros",
5959
scalacOptions in (Compile, doc) := Seq("-groups", "-implicits"),

0 commit comments

Comments
 (0)