Skip to content

Commit

Permalink
Update scala-library to 2.13.15
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 28, 2024
1 parent 960a8dc commit 1ca0df4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ licenses := Seq("MIT" -> url("https://opensource.org/licenses/MIT"))

homepage := Some(url("https://github.com/phenoscape/owlet"))

scalaVersion := "2.13.11"
scalaVersion := "2.13.15"

//crossScalaVersions := Seq("2.13.11", "3")
//crossScalaVersions := Seq("2.13.15", "3")

scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8")

Expand Down

0 comments on commit 1ca0df4

Please sign in to comment.