Skip to content

Commit 176b6df

Browse files
Update scala-library to 2.13.16 (#291)
1 parent b6620fa commit 176b6df

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
@@ -7,7 +7,7 @@ lazy val commonSettings = Seq(
77
version := "2.3.2",
88
licenses := Seq("MIT license" -> url("https://opensource.org/licenses/MIT")),
99
homepage := Some(url("https://github.com/balhoff/relation-graph")),
10-
scalaVersion := "2.13.15",
10+
scalaVersion := "2.13.16",
1111
scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8"),
1212
javaOptions += "-Xmx8G"
1313
)

0 commit comments

Comments
 (0)