Skip to content

Commit 59645f1

Browse files
committed
Upgraded version to 3.42 and Scala version to 2.13.7
1 parent 83dbcfc commit 59645f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ lazy val redisClient = (project in file(".")).settings(coreSettings : _*)
44

55
lazy val commonSettings: Seq[Setting[_]] = Seq(
66
organization := "net.debasishg",
7-
version := "3.42-SNAPSHOT",
8-
scalaVersion := "2.13.6",
9-
crossScalaVersions := Seq("2.13.6", "2.12.14", "2.11.12", "2.10.7"),
7+
version := "3.42",
8+
scalaVersion := "2.13.7",
9+
crossScalaVersions := Seq("2.13.7", "2.12.14", "2.11.12", "2.10.7"),
1010

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

0 commit comments

Comments
 (0)