From 082b9c139a71e530c56d11e6de64c641153d1824 Mon Sep 17 00:00:00 2001 From: Debasish Ghosh Date: Mon, 28 Oct 2019 00:38:40 +0530 Subject: [PATCH] Updated version, scala version --- build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index e1942591..2e7ef24c 100644 --- a/build.sbt +++ b/build.sbt @@ -4,9 +4,9 @@ lazy val redisClient = (project in file(".")).settings(coreSettings : _*) lazy val commonSettings: Seq[Setting[_]] = Seq( organization := "net.debasishg", - version := "3.10", - scalaVersion := "2.12.8", - crossScalaVersions := Seq("2.12.8", "2.11.12", "2.10.7", "2.13.0"), + version := "3.20", + scalaVersion := "2.12.10", + crossScalaVersions := Seq("2.12.10", "2.11.12", "2.10.7", "2.13.0"), scalacOptions in Compile ++= Seq( "-unchecked", "-feature", "-language:postfixOps", "-deprecation" ),