Skip to content

Commit

Permalink
Merge pull request #14 from killaitis/update/scala3-library-3.3.3
Browse files Browse the repository at this point in the history
Update scala3-library to 3.3.3
  • Loading branch information
killaitis committed Apr 30, 2024
2 parents ef150e9 + fc87271 commit c54bb67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -17,7 +17,7 @@ version := {
versionScheme := Some("semver-spec")

scalaVersion := "2.13.12"
crossScalaVersions := Seq(scalaVersion.value, "3.3.1")
crossScalaVersions := Seq(scalaVersion.value, "3.3.3")

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

0 comments on commit c54bb67

Please sign in to comment.