We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef2e6d8 commit 1ccb6eaCopy full SHA for 1ccb6ea
1 file changed
build.sbt
@@ -6,7 +6,7 @@ lazy val commonSettings = Seq(
6
version := "2.2.2",
7
licenses := Seq("MIT license" -> url("https://opensource.org/licenses/MIT")),
8
homepage := Some(url("https://github.com/balhoff/relation-graph")),
9
- scalaVersion := "2.13.8",
+ scalaVersion := "2.13.10",
10
scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8"),
11
javaOptions += "-Xmx8G"
12
)
0 commit comments