We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 863ec99 commit 5eca5aeCopy full SHA for 5eca5ae
build.sbt
@@ -55,8 +55,8 @@ lazy val commonSettings = Seq(
55
publishMavenStyle := true,
56
publishTo := sonatypePublishTo.value,
57
version := "0.2.1-SNAPSHOT",
58
- scalaVersion := "2.12.13",
59
- crossScalaVersions := Seq("2.12.13", "2.13.6"),
+ scalaVersion := "2.12.14",
+ crossScalaVersions := Seq("2.12.14", "2.13.6"),
60
scalacOptions ++= Seq(
61
"-deprecation",
62
"-encoding",
0 commit comments