|
2 | 2 | lazy val commonSettings = Seq( |
3 | 3 | name := "Princess", |
4 | 4 | organization := "uuverifiers", |
5 | | - version := "2022-07-01", |
| 5 | + version := "2022-11-03", |
6 | 6 | homepage := Some(url("https://philipp.ruemmer.org/princess.shtml")), |
7 | 7 | licenses := Seq("BSD-3-Clause" -> url("https://opensource.org/licenses/BSD-3-Clause")), |
8 | 8 | scmInfo := Some(ScmInfo( |
@@ -42,7 +42,7 @@ lazy val commonSettings = Seq( |
42 | 42 | ), |
43 | 43 | description := "Princess is a theorem prover (aka SMT Solver) for Presburger arithmetic, uninterpreted predicates, and various other theories.", |
44 | 44 | scalaVersion := "2.11.12", |
45 | | - crossScalaVersions := Seq("2.11.12", "2.12.16"), |
| 45 | + crossScalaVersions := Seq("2.11.12", "2.12.17"), |
46 | 46 | fork in run := true, |
47 | 47 | cancelable in Global := true, |
48 | 48 | publishTo := Some(Resolver.file("file", new File( "/tmp/shared-repo" )) ) |
@@ -93,7 +93,7 @@ lazy val root = (project in file(".")). |
93 | 93 | "-language:implicitConversions,postfixOps,reflectiveCalls"), |
94 | 94 | scalacOptions += (scalaVersion map { sv => sv match { |
95 | 95 | case "2.11.12" => "-optimise" |
96 | | - case "2.12.16" => "-opt:_" |
| 96 | + case "2.12.17" => "-opt:_" |
97 | 97 | }}).value, |
98 | 98 | // |
99 | 99 | libraryDependencies += |
|
0 commit comments