Skip to content

Commit 36a6e30

Browse files
committed
Moving to scala 2.11.5.
1 parent 49dc41b commit 36a6e30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/Build.scala

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ object Owl2Build extends Build {
1010

1111
lazy val core = project.settings(
1212
organization := "uk.co.turingatemyhamster",
13-
scalaVersion := "2.11.4",
14-
crossScalaVersions := Seq("2.11.4", "2.10.4"),
13+
scalaVersion := "2.11.5",
14+
crossScalaVersions := Seq("2.11.5", "2.10.4"),
1515
scalacOptions ++= Seq("-deprecation", "-unchecked"),
1616
version := baseVersion,
1717
resolvers += Resolver.url(

0 commit comments

Comments
 (0)