Skip to content

Commit

Permalink
Merge pull request #30 from killaitis/update/scala3-library-3.3.4
Browse files Browse the repository at this point in the history
Update scala3-library to 3.3.4
  • Loading branch information
killaitis authored Oct 23, 2024
2 parents 60609d4 + 0efd951 commit e85d527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ version := {
versionScheme := Some("semver-spec")

scalaVersion := "2.13.14"
crossScalaVersions := Seq(scalaVersion.value, "3.3.3")
crossScalaVersions := Seq(scalaVersion.value, "3.3.4")

libraryDependencies ++= Seq(
// Google Cloud Platform
Expand Down

0 comments on commit e85d527

Please sign in to comment.