Skip to content

Commit

Permalink
Upgraded version to 3.42 and Scala version to 2.13.7
Browse files Browse the repository at this point in the history
  • Loading branch information
debasishg committed Nov 2, 2021
1 parent 83dbcfc commit 59645f1
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.42-SNAPSHOT",
scalaVersion := "2.13.6",
crossScalaVersions := Seq("2.13.6", "2.12.14", "2.11.12", "2.10.7"),
version := "3.42",
scalaVersion := "2.13.7",
crossScalaVersions := Seq("2.13.7", "2.12.14", "2.11.12", "2.10.7"),

scalacOptions in Compile ++= Seq( "-unchecked", "-feature", "-language:postfixOps", "-deprecation" ),

Expand Down

0 comments on commit 59645f1

Please sign in to comment.