Skip to content

Commit 5eca5ae

Browse files
Update scala-library to 2.12.14 (#131)
1 parent 863ec99 commit 5eca5ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ lazy val commonSettings = Seq(
5555
publishMavenStyle := true,
5656
publishTo := sonatypePublishTo.value,
5757
version := "0.2.1-SNAPSHOT",
58-
scalaVersion := "2.12.13",
59-
crossScalaVersions := Seq("2.12.13", "2.13.6"),
58+
scalaVersion := "2.12.14",
59+
crossScalaVersions := Seq("2.12.14", "2.13.6"),
6060
scalacOptions ++= Seq(
6161
"-deprecation",
6262
"-encoding",

0 commit comments

Comments
 (0)