Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fomkin committed Oct 1, 2015
1 parent 7e2525e commit f9b8221
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 @@ -34,7 +34,7 @@ val publishSettings = Seq(
val commonSettings = publishSettings ++ Seq(
scalaVersion := "2.11.7",
organization := "com.github.fomkin",
version := "0.1.0-SNAPSHOT",
version := "0.1.0",
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.0.0-M7" % "test",
scalacOptions ++= Seq(
"-deprecation",
Expand Down

0 comments on commit f9b8221

Please sign in to comment.