Skip to content

Commit

Permalink
Update scala versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vigoo committed Nov 22, 2023
1 parent dee5c58 commit 31e99da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/BuildHelper.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ import de.heikoseeberger.sbtheader.HeaderPlugin.autoImport.{headerLicense, Heade

object BuildHelper extends ScalaSettings {
val Scala212 = "2.12.18"
val Scala213 = "2.13.10"
val Scala3 = "3.3.0"
val Scala213 = "2.13.12"
val Scala3 = "3.3.1"
val ScoverageVersion = "1.9.3"
val JmhVersion = "0.4.3"
val SilencerVersion = "1.17.13"
val SilencerVersion = "1.7.14"

private val stdOptions = Seq(
"-deprecation",
Expand Down

0 comments on commit 31e99da

Please sign in to comment.