Skip to content
This repository was archived by the owner on Aug 17, 2019. It is now read-only.

Commit 8ec269e

Browse files
committed
Upgrade scala-maven-plugin and update description
1 parent aa5ba14 commit 8ec269e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ MAYBE
33

44
Inspired by Lift's Box, Haskell's Maybe and Scala's Option.
55

6-
We innovate in a few areas, especially regarding the existing Scala APIs:
6+
A few noteable characteristics:
77

88
* `Maybe()` is a polymorphich constructor that Does The Right Thing, no matter the input.
99
* `get` is only provided for a `Just` value, not in the general `Maybe` API.

Diff for: pom.xml

+3-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
Inspired by Lift's Box, Haskell's Maybe and Scala's Option.
3737

38-
We innovate in a few areas, especially regarding the existing Scala APIs:
38+
A few noteable characteristics:
3939

4040
* `Maybe()` is a polymorphich constructor that Does The Right Thing, no matter the input.
4141
* `get` is only provided for a `Just` value, not in the general `Maybe` API.
@@ -134,8 +134,9 @@
134134
<plugin>
135135
<groupId>net.alchim31.maven</groupId>
136136
<artifactId>scala-maven-plugin</artifactId>
137-
<version>3.0.1</version>
137+
<version>3.1.0</version>
138138
<configuration>
139+
<recompileMode>incremental</recompileMode>
139140
<scalaVersion>${scala.version}</scalaVersion>
140141
<charset>${project.build.sourceEncoding}</charset>
141142
<args>

0 commit comments

Comments
 (0)