File tree 2 files changed +12
-2
lines changed
2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ ## [ unreleased]
6
+
7
+ ## [ 1.0.0] - 2021-12-24
8
+ - The first public release as dedicated project.
9
+
10
+ [ unreleased ] : https://github.com/kcrypt/scala-sha/compare/v1.0.0...HEAD
11
+ [ 1.0.0 ] : https://github.com/kcrypt/scala-sha/releases/tag/v1.0.0
Original file line number Diff line number Diff line change @@ -26,8 +26,7 @@ ThisBuild / scalacOptions ++= Seq(
26
26
licenses := LicenseDefinition .licenses
27
27
headerLicense := LicenseDefinition .template
28
28
29
- // This code isn't ready to publishing yet
30
- ThisBuild / publishTo := None // sonatypePublishToBundle.value
29
+ ThisBuild / publishTo := sonatypePublishToBundle.value
31
30
32
31
lazy val biginteger = crossProject(JSPlatform , JVMPlatform , NativePlatform )
33
32
.crossType(CrossType .Full )
You can’t perform that action at this time.
0 commit comments