Skip to content

Commit

Permalink
bump scala versions as well
Browse files Browse the repository at this point in the history
  • Loading branch information
samspills committed Dec 11, 2024
1 parent 9d275c9 commit eadca0b
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
@@ -1,8 +1,8 @@
Global / onChangedBuildSource := ReloadOnSourceChanges

val Scala212 = "2.12.18"
val Scala213 = "2.13.12"
val Scala3 = "3.3.1"
val Scala212 = "2.12.19"
val Scala213 = "2.13.15"
val Scala3 = "3.3.3"

ThisBuild / tlBaseVersion := "0.6"
ThisBuild / startYear := Some(2018)
Expand Down

0 comments on commit eadca0b

Please sign in to comment.