Skip to content

Commit

Permalink
Merge pull request #192 from scala-steward/update/scala-compiler-2.13.8
Browse files Browse the repository at this point in the history
Update scala-compiler, scala-library, ... to 2.13.8
  • Loading branch information
pk044 committed Jan 17, 2022
2 parents 6820b96 + deb114d commit 69ddc0f
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
@@ -1,7 +1,7 @@
import sbt.librarymanagement.ConflictWarning

val scala_2_12 = "2.12.15"
val scala_2_13 = "2.13.7"
val scala_2_13 = "2.13.8"
val scala_3 = "3.1.0"
val mainScalaVersion = scala_2_13
val supportedScalaVersions = Seq(scala_2_12, scala_2_13, scala_3)
Expand Down

0 comments on commit 69ddc0f

Please sign in to comment.