Skip to content

Commit

Permalink
Update scala-compiler, scala-library, ... to 2.13.7
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and xuwei-k committed Nov 20, 2021
1 parent 59619a3 commit 2e05b83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Expand Up @@ -29,8 +29,8 @@ inThisBuild(
lazy val kindProjector = "org.typelevel" % "kind-projector" % "0.13.2" cross CrossVersion.full

lazy val buildSettings = Seq(
scalaVersion := "2.13.6",
crossScalaVersions := Seq("2.13.6"),
scalaVersion := "2.13.7",
crossScalaVersions := Seq("2.13.7"),
resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots",
Compile / unmanagedSourceDirectories ++= scalaVersionSpecificFolders("main", baseDirectory.value, scalaVersion.value),
Test / unmanagedSourceDirectories ++= scalaVersionSpecificFolders("test", baseDirectory.value, scalaVersion.value),
Expand Down

0 comments on commit 2e05b83

Please sign in to comment.