Skip to content

Commit

Permalink
Merge pull request #579 from scala-steward/update/scala-library-2.13.11
Browse files Browse the repository at this point in the history
Update scala-library to 2.13.11
  • Loading branch information
Javakky-pxv authored Jul 19, 2023
2 parents 8d6ca88 + c94a1c1 commit 55cd42b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ lazy val playSwagger = project.in(file("core"))
),
addCompilerPlugin("com.github.takezoe" %% "runtime-scaladoc-reader" % "1.0.3"),
scalaVersion := scalaV,
crossScalaVersions := Seq(scalaVersion.value, "2.13.10"),
crossScalaVersions := Seq(scalaVersion.value, "2.13.11"),
scalacOptions ++= (CrossVersion.partialVersion(scalaVersion.value) match {
case Some((2, 13)) => Seq("-Wunused")
case _ => Seq("-Xlint:unused")
Expand Down

0 comments on commit 55cd42b

Please sign in to comment.