Skip to content

Commit

Permalink
Scala version to 2.13.14 / 2.12.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominique Unruh committed Jul 8, 2024
1 parent 2afa806 commit c3d0552
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ lazy val component = RootProject(file("component"))
name := "scala-isabelle"
version := "master-SNAPSHOT"

crossScalaVersions := List("2.13.12", "2.12.18")
crossScalaVersions := List("2.13.14", "2.12.19")

scalaVersion := "2.13.12"
//scalaVersion := "2.12.18"
scalaVersion := "2.13.14"
//scalaVersion := "2.12.19"

Global / onChangedBuildSource := ReloadOnSourceChanges

Expand Down

0 comments on commit c3d0552

Please sign in to comment.