Skip to content

Commit

Permalink
Updated version, scala version
Browse files Browse the repository at this point in the history
  • Loading branch information
debasishg committed Oct 27, 2019
1 parent 09e10fd commit 082b9c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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" ),

Expand Down

0 comments on commit 082b9c1

Please sign in to comment.