Skip to content

Commit

Permalink
bumped scala and sbt versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hrj committed Jun 2, 2018
1 parent 93326a8 commit 56d8518
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 @@ -15,7 +15,7 @@ lazy val commonSettings = Seq(

organization := "in.co.uproot",
version := "0.5.0",
scalaVersion := "2.12.4",
scalaVersion := "2.12.6",
scalacOptions := List("-deprecation", "-opt:_"),
wartremoverWarnings ++= Warts.allBut(Wart.ToString, Wart.Throw),

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=1.1.1
sbt.version=1.1.6

0 comments on commit 56d8518

Please sign in to comment.