Skip to content

Commit 1ccb6ea

Browse files
Update scala-library to 2.13.10 (#159)
1 parent ef2e6d8 commit 1ccb6ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ lazy val commonSettings = Seq(
66
version := "2.2.2",
77
licenses := Seq("MIT license" -> url("https://opensource.org/licenses/MIT")),
88
homepage := Some(url("https://github.com/balhoff/relation-graph")),
9-
scalaVersion := "2.13.8",
9+
scalaVersion := "2.13.10",
1010
scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8"),
1111
javaOptions += "-Xmx8G"
1212
)

0 commit comments

Comments
 (0)