Skip to content

Commit

Permalink
Update to not use bintray
Browse files Browse the repository at this point in the history
  • Loading branch information
wsargent committed Apr 27, 2021
1 parent dcfcc0a commit c01da3d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,16 @@ organizationName := "Terse Systems"
startYear := Some(2020)
licenses += ("CC0", new URL("https://creativecommons.org/publicdomain/zero/1.0/"))

val terseLogback = "0.16.1"
val terseLogback = "0.16.2"

libraryDependencies += guice
libraryDependencies += "org.scalatestplus.play" %% "scalatestplus-play" % "5.0.0" % Test

resolvers += Resolver.bintrayRepo("tersesystems", "maven")

libraryDependencies += "org.scala-lang.modules" %% "scala-java8-compat" % "0.9.1"

// https://mvnrepository.com/artifact/com.fasterxml.jackson.module/jackson-module-scala
libraryDependencies += "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.11.0"
libraryDependencies += "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.12.3"
libraryDependencies += "com.fasterxml.jackson.core" % "jackson-databind" % "2.12.3"

libraryDependencies += "com.tersesystems.logback" % "logback-tracing" % terseLogback
libraryDependencies += "com.tersesystems.logback" % "logback-uniqueid-appender" % terseLogback
Expand All @@ -33,6 +32,7 @@ libraryDependencies += "com.tersesystems.logback" % "logback-turbomarker" % ters
libraryDependencies += "com.tersesystems.logback" % "logback-honeycomb-appender" % terseLogback
libraryDependencies += "com.tersesystems.logback" %% "logback-honeycomb-playws" % terseLogback

libraryDependencies += "com.tersesystems.blacklite" % "blacklite-logback" % "1.0.0"
libraryDependencies += "com.tersesystems.blacklite" % "blacklite-logback" % "1.0.1"

libraryDependencies += "com.tersesystems.blindsight" %% "blindsight-logstash" % "1.4.0"
libraryDependencies += "com.tersesystems.blindsight" %% "blindsight-logstash" % "1.4.1"
libraryDependencies += "com.tersesystems.blindsight" %% "blindsight-jsonld" % "1.4.1"
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
#
#

sbt.version=1.3.10
sbt.version=1.5.1
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.8.2")
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.8.8")

addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.3.2")

Expand Down

0 comments on commit c01da3d

Please sign in to comment.