File tree 8 files changed +15
-15
lines changed
.gt/remotes/tegonal-gh-commons
8 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 6
6
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0
7
7
# /___/ Please report bugs and contribute back your improvements
8
8
#
9
- # Version: v0.2.0
9
+ # Version: v0.3.0-SNAPSHOT
10
10
# ##################################
11
11
set -euo pipefail
12
12
shopt -s inherit_errexit
Original file line number Diff line number Diff line change 1
1
<!-- for main -->
2
- <!--
2
+
3
3
[ ![ Download] ( https://img.shields.io/badge/Download-v0.2.0-%23007ec6 )] ( https://github.com/tegonal/scala-commons/releases/tag/v0.2.0 )
4
4
[ ![ Apache 2.0] ( https://img.shields.io/badge/%E2%9A%96-Apache%202.0-%230b45a6 )] ( http://opensource.org/licenses/Apache2.0 " License ")
5
5
[ ![ Quality Assurance] ( https://github.com/tegonal/scala-commons/actions/workflows/quality-assurance.yml/badge.svg?event=push&branch=main )] ( https://github.com/tegonal/scala-commons/actions/workflows/quality-assurance.yml?query=branch%3Amain )
6
6
[ ![ Newcomers Welcome] ( https://img.shields.io/badge/%F0%9F%91%8B-Newcomers%20Welcome-blueviolet )] ( https://github.com/tegonal/scala-commons/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22 " Ask in discussions for help ")
7
- -->
7
+
8
8
<!-- for main end -->
9
9
<!-- for release -->
10
-
10
+ <!--
11
11
[](https://github.com/tegonal/scala-commons/releases/tag/v0.2.0)
12
12
[](https://joinup.ec.europa.eu/collection/eupl/eupl-text-11-12 "License")
13
13
[](https://github.com/tegonal/scala-commons/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22 "Ask in discussions for help")
14
-
14
+ -->
15
15
<!-- for release end -->
16
16
17
17
# scala-commons
@@ -26,13 +26,13 @@ It contains functions such as:
26
26
27
27
and many more, making our code more readable.
28
28
29
- <! -- -
29
+ ---
30
30
❗ You are taking a * sneak peek* at the next version. It could be that some features you find on this page are not
31
31
released yet.
32
32
Please have a look at the README of the corresponding release/git tag. Latest
33
33
version: [ README of v0.2.0] ( https://github.com/tegonal/scala-commons/tree/v0.2.0/README.md ) .
34
34
35
- --->
35
+ ---
36
36
37
37
** Table of Content**
38
38
Original file line number Diff line number Diff line change 9
9
import sbt .url
10
10
11
11
name := " scala-commons"
12
- ThisBuild / version := " 0.2.0 "
12
+ ThisBuild / version := " 0.3.0-SNAPSHOT "
13
13
ThisBuild / organization := " com.tegonal"
14
14
ThisBuild / description := " A library containing utility and helper functions for scala"
15
15
Original file line number Diff line number Diff line change 6
6
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0
7
7
# /___/ Please report bugs and contribute back your improvements
8
8
#
9
- # Version: v0.2.0
9
+ # Version: v0.3.0-SNAPSHOT
10
10
# ##################################
11
11
set -euo pipefail
12
12
shopt -s inherit_errexit
Original file line number Diff line number Diff line change 6
6
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0
7
7
# /___/ Please report bugs and contribute back your improvements
8
8
#
9
- # Version: v0.2.0
9
+ # Version: v0.3.0-SNAPSHOT
10
10
# ##################################
11
11
set -euo pipefail
12
12
shopt -s inherit_errexit
Original file line number Diff line number Diff line change 6
6
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0
7
7
# /___/ Please report bugs and contribute back your improvements
8
8
#
9
- # Version: v0.2.0
9
+ # Version: v0.3.0-SNAPSHOT
10
10
# ##################################
11
11
set -euo pipefail
12
12
shopt -s inherit_errexit
13
13
unset CDPATH
14
- SCALA_COMMONS_VERSION=" v0.2.0 "
14
+ SCALA_COMMONS_VERSION=" v0.3.0-SNAPSHOT "
15
15
16
16
if ! [[ -v scriptsDir ]]; then
17
17
scriptsDir=" $( cd -- " $( dirname -- " ${BASH_SOURCE[0]:- $0 } " ) " > /dev/null && pwd 2> /dev/null) "
Original file line number Diff line number Diff line change 6
6
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License v. 1.2
7
7
# /___/ Please report bugs and contribute back your improvements
8
8
#
9
- # Version: v0.2.0
9
+ # Version: v0.3.0-SNAPSHOT
10
10
# ##################################
11
11
set -euo pipefail
12
12
shopt -s inherit_errexit
13
13
unset CDPATH
14
- SCALA_COMMONS_VERSION=" v0.2.0 "
14
+ SCALA_COMMONS_VERSION=" v0.3.0-SNAPSHOT "
15
15
16
16
if ! [[ -v scriptsDir ]]; then
17
17
scriptsDir=" $( cd -- " $( dirname -- " ${BASH_SOURCE[0]:- $0 } " ) " > /dev/null && pwd 2> /dev/null) "
Original file line number Diff line number Diff line change 6
6
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0
7
7
# /___/ Please report bugs and contribute back your improvements
8
8
#
9
- # Version: v0.2.0
9
+ # Version: v0.3.0-SNAPSHOT
10
10
# ##################################
11
11
set -euo pipefail
12
12
shopt -s inherit_errexit
You can’t perform that action at this time.
0 commit comments