Skip to content

Commit

Permalink
upgrade scala 2.13 to allow Micrometer and SBT upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Karry committed May 27, 2024
1 parent 83f9137 commit 241a239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/BuildSettings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ object BuildSettings {
private def isScala3(scalaVersion: String): Boolean = CrossVersion.partialVersion(scalaVersion).exists(_._1 == 3)

private val scala212 = "2.12.19"
private val scala213 = "2.13.8"
private val scala213 = "2.13.13"
private val scala3 = "3.1.1"

lazy val common: Seq[Def.Setting[_]] = Seq(
Expand Down

0 comments on commit 241a239

Please sign in to comment.