Skip to content

Commit

Permalink
Merge pull request #29 from killaitis/update/scala-library-2.13.15
Browse files Browse the repository at this point in the history
Update scala-library to 2.13.15
  • Loading branch information
killaitis authored Oct 23, 2024
2 parents e85d527 + 624a557 commit a41f077
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 @@ -16,7 +16,7 @@ version := {

versionScheme := Some("semver-spec")

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

libraryDependencies ++= Seq(
Expand Down

0 comments on commit a41f077

Please sign in to comment.