[
https://issues.apache.org/jira/browse/PIO-170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16631613#comment-16631613
]
ASF GitHub Bot commented on PIO-170:
------------------------------------
Github user shimamoto commented on a diff in the pull request:
https://github.com/apache/predictionio/pull/470#discussion_r221196431
--- Diff: build.sbt ---
@@ -310,10 +310,11 @@ parallelExecution in Global := false
testOptions in Test += Tests.Argument("-oDF")
printBuildInfo := {
+ val log = streams.value.log
if (scalaBinaryVersion.value == "2.10")
- streams.value.log.warn("Support for Scala 2.10 is deprecated. Please
upgrade to a newer version of Scala.")
+ log.warn("Support for Scala 2.10 is deprecated. Please upgrade to a
newer version of Scala.")
--- End diff --
We should be able to delete this log because Scala 2.10 has been dropped.
> Upgrade sbt to 1.x
> ------------------
>
> Key: PIO-170
> URL: https://issues.apache.org/jira/browse/PIO-170
> Project: PredictionIO
> Issue Type: Task
> Components: Core
> Affects Versions: 0.13.0
> Reporter: Naoki Takezoe
> Assignee: Naoki Takezoe
> Priority: Major
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)