Skip to content
This repository has been archived by the owner on Jun 15, 2020. It is now read-only.

Commit

Permalink
publish 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jto committed Nov 8, 2017
1 parent f9bff43 commit ecffff7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ lazy val validationSettings = settings ++ dependencies ++ doPublish ++ scoverage

lazy val settings = Seq(
scalaVersion := scalacVersion,
crossScalaVersions := Seq("2.11.8"),
crossScalaVersions := Seq(scalacVersion, "2.11.11"),
organization := org,
scalacOptions ++= commonScalacOptions,
scalacOptions in (Compile, console) ~= (_ filterNot (_ == "-Ywarn-unused-import")),
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "2.1.0"
version in ThisBuild := "2.1.1"

0 comments on commit ecffff7

Please sign in to comment.