@@ -45,6 +45,7 @@ but these are the configurations which are tested by mleap.
4545
4646| MLeap Version | Spark Version | Scala Version | Java Version | Python Version | XGBoost Version | Tensorflow Version |
4747| ---------------| ---------------| ------------------| --------------| ----------------| -----------------| --------------------|
48+ | 0.23.1 | 3.4.0 | 2.12.18 | 11 | 3.7, 3.8 | 1.7.6 | 2.10.1 |
4849| 0.23.0 | 3.4.0 | 2.12.13 | 11 | 3.7, 3.8 | 1.7.3 | 2.10.1 |
4950| 0.22.0 | 3.3.0 | 2.12.13 | 11 | 3.7, 3.8 | 1.6.1 | 2.7.0 |
5051| 0.21.1 | 3.2.0 | 2.12.13 | 11 | 3.7 | 1.6.1 | 2.7.0 |
@@ -62,7 +63,7 @@ but these are the configurations which are tested by mleap.
6263#### SBT
6364
6465``` sbt
65- libraryDependencies += " ml.combust.mleap" %% " mleap-runtime" % " 0.23.0 "
66+ libraryDependencies += " ml.combust.mleap" %% " mleap-runtime" % " 0.23.1 "
6667```
6768
6869#### Maven
@@ -71,7 +72,7 @@ libraryDependencies += "ml.combust.mleap" %% "mleap-runtime" % "0.23.0"
7172<dependency>
7273 <groupId>ml.combust.mleap</groupId>
7374 <artifactId>mleap-runtime_2.12</artifactId>
74- <version>0.23.0 </version>
75+ <version>0.23.1 </version>
7576</dependency>
7677```
7778
@@ -80,7 +81,7 @@ libraryDependencies += "ml.combust.mleap" %% "mleap-runtime" % "0.23.0"
8081#### SBT
8182
8283``` sbt
83- libraryDependencies += " ml.combust.mleap" %% " mleap-spark" % " 0.23.0 "
84+ libraryDependencies += " ml.combust.mleap" %% " mleap-spark" % " 0.23.1 "
8485```
8586
8687#### Maven
@@ -89,7 +90,7 @@ libraryDependencies += "ml.combust.mleap" %% "mleap-spark" % "0.23.0"
8990<dependency>
9091 <groupId>ml.combust.mleap</groupId>
9192 <artifactId>mleap-spark_2.12</artifactId>
92- <version>0.23.0 </version>
93+ <version>0.23.1 </version>
9394</dependency>
9495```
9596
@@ -271,7 +272,7 @@ For more documentation, please see our [documentation](https://combust.github.io
271272
272273## Building
273274
274- Please ensure you have sbt 1.9.3, java 11, scala 2.12.13
275+ Please ensure you have sbt 1.9.3, java 11, scala 2.12.18
275276
2762771 . Initialize the git submodules ` git submodule update --init --recursive `
2772782 . Run ` sbt compile `
@@ -298,7 +299,7 @@ integration.
298299
299300See LICENSE and NOTICE file in this repository.
300301
301- Copyright 2016 Combust, Inc.
302+ Copyright 20 Combust, Inc.
302303
303304Licensed under the Apache License, Version 2.0 (the "License");
304305you may not use this file except in compliance with the License.
0 commit comments