We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3700593 commit b978cdfCopy full SHA for b978cdf
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Change log for ClassUtil library
2
3
+Version 1.5.1:
4
+
5
+* Updated license in `build.sbt`, so it'll be reflected in the POM.
6
7
Version 1.5.0:
8
9
* Now compiles against Scala 2.13.0, as well as 2.12.x and 2.11.x.
build.sbt
@@ -5,10 +5,10 @@ name := "classutil"
organization := "org.clapper"
-version := "1.5.0"
+version := "1.5.1"
10
licenses := Seq(
11
- "BSD New" -> url("http://software.clapper.org/classutil/license.html")
+ "Apache License, Version 2.0" -> url("https://www.apache.org/licenses/LICENSE-2.0")
12
)
13
14
homepage := Some(url("http://software.clapper.org/classutil/"))
0 commit comments