We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31dc29a commit 2f543feCopy full SHA for 2f543fe
build.sbt
@@ -3,7 +3,7 @@ import com.softwaremill.Publish.ossPublishSettings
3
import Dependencies._
4
5
val scala2 = List("2.13.16")
6
-val scala3 = List("3.3.4")
+val scala3 = List("3.3.5")
7
8
def dependenciesFor(version: String)(deps: (Option[(Long, Long)] => ModuleID)*): Seq[ModuleID] =
9
deps.map(_.apply(CrossVersion.partialVersion(version)))
0 commit comments