Skip to content

Commit

Permalink
enumeratum-scalacheck 1.5.13 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydmeta committed Feb 2, 2018
1 parent f2f821d commit 78411d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import com.typesafe.sbt.SbtGit.{GitKeys => git}

lazy val theScalaVersion = "2.12.4"

lazy val scalaVersions = Seq("2.10.6", "2.11.11", "2.12.4")
lazy val scalaVersions = Seq("2.10.7", "2.11.12", "2.12.4")

lazy val scalaTestVersion = "3.0.4"
lazy val scalacheckVersion = "1.13.5"
Expand Down Expand Up @@ -293,7 +293,7 @@ lazy val enumeratumScalacheck =
.settings(commonWithPublishSettings: _*)
.settings(testSettings: _*)
.settings(
version := "1.5.13-SNAPSHOT",
version := "1.5.13",
libraryDependencies ++= Seq(
"org.scalacheck" %% "scalacheck" % scalacheckVersion,
"com.beachape" %% "enumeratum" % Versions.Core.stable,
Expand Down

0 comments on commit 78411d6

Please sign in to comment.