Skip to content

Commit 440d1b2

Browse files
authored
Merge pull request #8 from iht/renovate/solution-scala-2.13.x
Update dependency scala to v2.13.16 (solution)
2 parents f417771 + bbeb007 commit 440d1b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ lazy val commonSettings = Def.settings(
66
organization := "dev.herraiz",
77
// Semantic versioning http://semver.org/
88
version := "0.1.0-SNAPSHOT",
9-
scalaVersion := "2.13.3",
9+
scalaVersion := "2.13.16",
1010
scalacOptions ++= Seq("-target:jvm-1.8",
1111
"-deprecation",
1212
"-feature",

0 commit comments

Comments
 (0)