We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f417771 + bbeb007 commit 440d1b2Copy full SHA for 440d1b2
build.sbt
@@ -6,7 +6,7 @@ lazy val commonSettings = Def.settings(
6
organization := "dev.herraiz",
7
// Semantic versioning http://semver.org/
8
version := "0.1.0-SNAPSHOT",
9
- scalaVersion := "2.13.3",
+ scalaVersion := "2.13.16",
10
scalacOptions ++= Seq("-target:jvm-1.8",
11
"-deprecation",
12
"-feature",
0 commit comments