Skip to content

Commit 94d9a2b

Browse files
committed
Update scala3-library from 3.3.4 to 3.3.5
1 parent a87c89e commit 94d9a2b

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.4"
18+
private val scala3 = "3.3.5"
1919

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

0 commit comments

Comments
 (0)