Skip to content

Commit b978cdf

Browse files
committed
Updated license in build.sbt, so it'll be reflected in the POM.
1 parent 3700593 commit b978cdf

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change log for ClassUtil library
22

3+
Version 1.5.1:
4+
5+
* Updated license in `build.sbt`, so it'll be reflected in the POM.
6+
37
Version 1.5.0:
48

59
* Now compiles against Scala 2.13.0, as well as 2.12.x and 2.11.x.

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ name := "classutil"
55

66
organization := "org.clapper"
77

8-
version := "1.5.0"
8+
version := "1.5.1"
99

1010
licenses := Seq(
11-
"BSD New" -> url("http://software.clapper.org/classutil/license.html")
11+
"Apache License, Version 2.0" -> url("https://www.apache.org/licenses/LICENSE-2.0")
1212
)
1313

1414
homepage := Some(url("http://software.clapper.org/classutil/"))

0 commit comments

Comments
 (0)