Skip to content

Commit

Permalink
Update scala-compiler, scala-library to 2.13.14
Browse files Browse the repository at this point in the history
  • Loading branch information
47erbot committed May 3, 2024
1 parent 1cf45ce commit 1cc8d59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
@@ -1,7 +1,7 @@
ThisBuild / organization := "io.higherkindness"
ThisBuild / githubOrganization := "47degrees"
ThisBuild / scalaVersion := "2.13.13"
ThisBuild / crossScalaVersions := Seq("2.12.19", "2.13.13")
ThisBuild / scalaVersion := "2.13.14"
ThisBuild / crossScalaVersions := Seq("2.12.19", "2.13.14")

addCommandAlias("ci-test", "scalafmtCheckAll; scalafmtSbtCheck; microsite/mdoc; +test")
addCommandAlias("ci-docs", "github; documentation/mdoc; headerCreateAll; microsite/publishMicrosite")
Expand Down

0 comments on commit 1cc8d59

Please sign in to comment.