Skip to content

Commit 2f543fe

Browse files
Update scala3-library to 3.3.5 (#272)
1 parent 31dc29a commit 2f543fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import com.softwaremill.Publish.ossPublishSettings
33
import Dependencies._
44

55
val scala2 = List("2.13.16")
6-
val scala3 = List("3.3.4")
6+
val scala3 = List("3.3.5")
77

88
def dependenciesFor(version: String)(deps: (Option[(Long, Long)] => ModuleID)*): Seq[ModuleID] =
99
deps.map(_.apply(CrossVersion.partialVersion(version)))

0 commit comments

Comments
 (0)