Skip to content

Commit ab94a22

Browse files
Update scala-library to 2.13.12 (#226)
1 parent 6d5cba8 commit ab94a22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.3.1",
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.10",
9+
scalaVersion := "2.13.12",
1010
scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8"),
1111
javaOptions += "-Xmx8G"
1212
)

0 commit comments

Comments
 (0)