Skip to content

Commit

Permalink
bump version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hrj committed Sep 3, 2020
1 parent 466b037 commit 66d4a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ lazy val commonSettings = Seq(
// circular dependencies with sub-projects

organization := "in.co.uproot",
version := "0.6.0",
version := "0.7.0",
scalaVersion := "2.13.1",
scalacOptions := List("-deprecation", "-opt:_"),
wartremoverWarnings ++= Warts.allBut(Wart.ToString, Wart.Throw),
Expand Down

0 comments on commit 66d4a42

Please sign in to comment.