Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update scala-library to 2.13.8
  • Loading branch information
scala-steward committed Jan 14, 2022
commit ce45ba3deafa0903714c820bf05f9b00dac5e9ce
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ lazy val jsoniterScala = (project in file("jsoniter-scala"))

lazy val commonSettings = Seq(
scalaVersion := "2.12.14",
crossScalaVersions := Seq("2.12.14", "2.13.6"),
crossScalaVersions := Seq("2.12.14", "2.13.8"),
scalacOptions ++= Seq(
"-deprecation",
"-encoding",
Expand Down