Skip to content

Commit 4371bc0

Browse files
Update scala-library to 2.13.17 (#335)
1 parent 4e4f056 commit 4371bc0

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.3",
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.16",
10+
scalaVersion := "2.13.17",
1111
scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8"),
1212
javaOptions += "-Xmx8G"
1313
)

0 commit comments

Comments
 (0)