Skip to content

Commit

Permalink
Bumping logging libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
atooni committed Oct 12, 2021
1 parent da659fa commit f6e6f3e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions build.sc
Expand Up @@ -36,6 +36,10 @@ object CoreDependencies {
object Deps_2_13 extends CoreDependencies {
override def scalaVersion = "2.13.4"
override def scalaJsVersion = "1.1.0"

override def slf4jVersion = "1.7.32"
override def logbackCore = ivy"ch.qos.logback:logback-core:1.2.6"
override def logbackClassic = ivy"ch.qos.logback:logback-classic:1.2.6"
}

/////////////////////////////////////////////////////////////////////////////////////
Expand Down
2 changes: 1 addition & 1 deletion version.txt
@@ -1 +1 @@
3.5.1-SNAPSHOT
3.5.2-SNAPSHOT

0 comments on commit f6e6f3e

Please sign in to comment.