Skip to content

Commit 95b4cfd

Browse files
authored
Merge pull request #1203 from scala-steward/update/scala3-library-3.3.4
Update scala3-library from 3.3.3 to 3.3.4
2 parents 3da2b99 + 773d223 commit 95b4cfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/BuildSettings.scala

+1-1
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)