Skip to content

Commit

Permalink
Update scala-library, scala-reflect to 2.13.13
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 27, 2024
1 parent 6bccfa5 commit c00893f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name := "cfor"

val cforVersion = "0.3"

scalaVersion := "2.13.10"
scalaVersion := "2.13.13"
version := cforVersion

sonatypeProfileName := "io.github.metarank"
Expand All @@ -14,10 +14,10 @@ def isScala2(scalaVersion: String): Boolean =
}

lazy val sharedSettings = Seq(
crossScalaVersions := Seq("2.12.16", "2.13.10", "3.2.1"),
crossScalaVersions := Seq("2.12.16", "2.13.13", "3.2.1"),
organization := "io.github.metarank",
version := cforVersion,
scalaVersion := "2.13.10",
scalaVersion := "2.13.13",
scalacOptions ++= Seq("-feature", "-deprecation"),
libraryDependencies ++= (if (isScala2(scalaVersion.value)) {
Seq("org.scala-lang" % "scala-reflect" % scalaVersion.value)
Expand Down

0 comments on commit c00893f

Please sign in to comment.