We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f90178 + 7465d0a commit 82c58a2Copy full SHA for 82c58a2
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