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