We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3da2b99 + 773d223 commit 95b4cfdCopy full SHA for 95b4cfd
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.3"
+ private val scala3 = "3.3.4"
19
20
lazy val common: Seq[Def.Setting[_]] = Seq(
21
Global / onChangedBuildSource := ReloadOnSourceChanges,
0 commit comments