Skip to content

Commit

Permalink
Update scala-library to 2.13.14
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 5, 2024
1 parent 960a8dc commit 3493ef0
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.14"

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

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

Expand Down

0 comments on commit 3493ef0

Please sign in to comment.