Skip to content

Commit

Permalink
update project name
Browse files Browse the repository at this point in the history
  • Loading branch information
nyango committed Mar 27, 2017
1 parent 3d5f7f8 commit 0b4fb50
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 @@ -2,7 +2,7 @@ val Scala211 = "2.11.8"

lazy val root = (project in file(".")).
settings(
name := "format-converter",
name := "formatConverter",
scalaVersion := Scala211,
crossScalaVersions := "2.12.1" :: Scala211 :: "2.10.6" :: Nil,
scalacOptions ++= Seq(
Expand Down

0 comments on commit 0b4fb50

Please # to comment.