We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d15089c + fddf9eb commit 784b981Copy full SHA for 784b981
project/BuildSettings.scala
@@ -15,7 +15,7 @@ object BuildSettings {
15
16
private val scala212 = "2.12.19"
17
private val scala213 = "2.13.13"
18
- private val scala3 = "3.3.6"
+ private val scala3 = "3.3.7"
19
20
lazy val common: Seq[Def.Setting[_]] = Seq(
21
Global / onChangedBuildSource := ReloadOnSourceChanges,
0 commit comments