Skip to content

Commit

Permalink
Merge pull request #898 from scala-steward/update/6.0.x/patches
Browse files Browse the repository at this point in the history
[6.0.x] Patch updates
  • Loading branch information
mkurz authored Oct 8, 2024
2 parents 3bcdadb + 7594302 commit 9d8a9f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ lazy val commonSettings = Seq(
javacOptions ++= Seq("-encoding", "UTF-8", "-Xlint:-options"),
compile / javacOptions ++= Seq("--release", "11"),
doc / javacOptions := Seq("-source", "11"),
scalaVersion := "2.13.14",
crossScalaVersions := Seq("2.13.14"),
scalaVersion := "2.13.15",
crossScalaVersions := Seq("2.13.15"),
scalacOptions ++= Seq("-deprecation", "-feature", "-unchecked", "-encoding", "utf8") ++
(CrossVersion.partialVersion(scalaVersion.value) match {
case Some((2, 13)) => Seq("-Xsource:3")
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.10.1
sbt.version=1.10.2

0 comments on commit 9d8a9f0

Please sign in to comment.