Skip to content

Commit

Permalink
Boost scala and sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
imarios committed May 10, 2017
1 parent 0be9867 commit 1fc15f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ lazy val docs = project

lazy val framelessSettings = Seq(
organization := "io.github.adelbertc",
scalaVersion := "2.11.8",
scalaVersion := "2.11.11",
scalacOptions ++= commonScalacOptions,
licenses += ("Apache-2.0", url("http:https://opensource.org/licenses/Apache-2.0")),
testOptions in Test += Tests.Argument(TestFrameworks.ScalaTest, "-oDF"),
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=0.13.13
sbt.version=0.13.15

0 comments on commit 1fc15f1

Please sign in to comment.