Skip to content

Commit

Permalink
Merge pull request #72 from csync/nc/version-update
Browse files Browse the repository at this point in the history
updating to 1.2.0
  • Loading branch information
boopt2 authored Mar 20, 2017
2 parents 06d8c8f + 4c79e25 commit a2fd8cb
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.0.0",
version := "1.2.0",
scalaVersion := "2.12.1",
scalacOptions ++= Seq("-deprecation") /*, "-Xexperimental")*/ ,
ScalariformKeys.preferences := ScalariformKeys.preferences.value
Expand Down

0 comments on commit a2fd8cb

Please sign in to comment.