Skip to content

Commit

Permalink
Merge pull request #109 from csync/nc/version-update
Browse files Browse the repository at this point in the history
version update
  • Loading branch information
dfirsht authored Jun 9, 2017
2 parents 9c841e6 + 4d70247 commit bc1b8d8
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 @@ -27,7 +27,7 @@ SbtScalariform.scalariformSettings

name := "csync"
lazy val commonSettings = Seq(
version := "1.4.0",
version := "1.5.0",
scalaVersion := "2.12.1",
scalacOptions ++= Seq("-deprecation") /*, "-Xexperimental")*/ ,
ScalariformKeys.preferences := ScalariformKeys.preferences.value
Expand Down

0 comments on commit bc1b8d8

Please sign in to comment.