Skip to content

Commit 7465d0a

Browse files
Update dependency scala to v2.13.16
1 parent 0f90178 commit 7465d0a

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)