Skip to content

Commit

Permalink
3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
haifengl committed May 11, 2021
1 parent 502c07b commit 01e14a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
5 changes: 1 addition & 4 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,7 @@ Commercial License Usage
OEMs (Original Equipment Manufacturers), ISVs (Independent Software
Vendors), VARs (Value Added Resellers) and other distributors that
combine and distribute commercially licensed software with SMILE
software and do not wish to distribute the source code for the
commercially licensed software under the GNU Lesser General Public
License version 3 must enter into a commercial license agreement with
SMILE.AI, LLC.
must enter into a commercial license agreement with SMILE.AI, LLC.

The commercial SMILE license gives you the full rights to create
and distribute software on your own terms without any open source
Expand Down
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ lazy val commonSettings = Seq(
organization := "com.github.haifengl",
organizationName := "Haifeng Li",
organizationHomepage := Some(url("http://haifengl.github.io/")),
version := "2.6.1",
version := "3.0.0",

parallelExecution in Test := false,
autoAPIMappings := true,
Expand Down Expand Up @@ -79,10 +79,10 @@ lazy val java8Settings = javaSettings ++ Seq(
),
)

lazy val java15Settings = javaSettings ++ Seq(
lazy val java17Settings = javaSettings ++ Seq(
javacOptions in (Compile, compile) ++= Seq(
"-source", "15",
"-target", "15",
"-source", "17",
"-target", "17",
"--enable-preview",
"-Xlint:preview"
),
Expand Down

0 comments on commit 01e14a5

Please sign in to comment.