Skip to content

Commit 0f39ab7

Browse files
Update scala-library to 2.13.6 (#125)
1 parent b31338f commit 0f39ab7

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
@@ -44,7 +44,7 @@ lazy val commonSettings = Seq(
4444
publishTo := sonatypePublishTo.value,
4545
version := "0.2.1-SNAPSHOT",
4646
scalaVersion := "2.12.13",
47-
crossScalaVersions := Seq("2.12.13", "2.13.5"),
47+
crossScalaVersions := Seq("2.12.13", "2.13.6"),
4848
scalacOptions ++= Seq(
4949
"-deprecation",
5050
"-encoding", "UTF-8", // yes, this is 2 args

0 commit comments

Comments
 (0)