Skip to content

Commit 773d223

Browse files
committed
Update scala3-library from 3.3.3 to 3.3.4
1 parent 6ee961e commit 773d223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/BuildSettings.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ object BuildSettings {
1515

1616
private val scala212 = "2.12.19"
1717
private val scala213 = "2.13.13"
18-
private val scala3 = "3.3.3"
18+
private val scala3 = "3.3.4"
1919

2020
lazy val common: Seq[Def.Setting[_]] = Seq(
2121
Global / onChangedBuildSource := ReloadOnSourceChanges,

0 commit comments

Comments
 (0)