-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate away from TrueCommons Services to Service Wight.
- Loading branch information
1 parent
05e603c
commit 458dfc8
Showing
47 changed files
with
682 additions
and
797 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -79,7 +79,7 @@ object BuildSettings { | |
) | ||
}, | ||
resolvers += Resolver.mavenLocal, | ||
scalaVersion := ScalaVersion_2_13, // set here or otherwise `+publishSigned` will fail | ||
scalaVersion := Versions.Scala_2_13, // set here or otherwise `+publishSigned` will fail | ||
scmInfo := Some(ScmInfo( | ||
browseUrl = url("https://github.com/christian-schlichtherle/truevfs"), | ||
connection = "scm:git:[email protected]/christian-schlichtherle/truevfs.git", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
object Versions { | ||
|
||
val FunIo: String = "2.4.1" | ||
val TrueCommons: String = "2.5.0" | ||
val ServiceWight: String = "0.6.0" | ||
val Scala_2_13: String = sys.env.getOrElse("SCALA_VERSION_2_13", "2.13.4") | ||
val Slf4j: String = "1.7.30" | ||
} |
Oops, something went wrong.