From 78411d6d6bdb8f23ab0d7e6654a491a0cd3de0bf Mon Sep 17 00:00:00 2001 From: lloydmeta Date: Fri, 2 Feb 2018 10:44:57 +0900 Subject: [PATCH] enumeratum-scalacheck 1.5.13 release --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 146d8fc3..6c5e41c9 100644 --- a/build.sbt +++ b/build.sbt @@ -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" @@ -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,