File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,6 @@ Creating a simple HTTP server is as easy as this:
9
9
10
10
#### build.sbt
11
11
12
- ![ GitHub tag (latest SemVer) ] ( https://img.shields.io/github /v/tag/ avast/scala-server-toolkit?label=version&sort=semver )
12
+ ![ Maven Central ] ( https://img.shields.io/maven-central /v/com. avast/scala-server-toolkit-pureconfig_2.13 )
13
13
14
- ` libraryDependencies += "com.avast.server.toolkit " %% "scala-server-toolkit-pureconfig" % "<VERSION>" `
14
+ ` libraryDependencies += "com.avast" %% "scala-server-toolkit-pureconfig" % "<VERSION>" `
Original file line number Diff line number Diff line change 1
1
# Module PureConfig
2
2
3
- ![ GitHub tag (latest SemVer) ] ( https://img.shields.io/github /v/tag/ avast/scala-server-toolkit?label=version&sort=semver )
3
+ ![ Maven Central ] ( https://img.shields.io/maven-central /v/com. avast/scala-server-toolkit-pureconfig_2.13 )
4
4
5
- ` libraryDependencies += "com.avast.server.toolkit " %% "scala-server-toolkit-pureconfig" % "<VERSION>" `
5
+ ` libraryDependencies += "com.avast" %% "scala-server-toolkit-pureconfig" % "<VERSION>" `
6
6
7
7
This module allows you to load your application's configuration file according to a case class provided to it. It uses
8
8
[ PureConfig] ( https://pureconfig.github.io ) library to do so which uses [ Lightbend Config] ( https://github.com/lightbend/config ) which means
You can’t perform that action at this time.
0 commit comments