Skip to content

Commit

Permalink
Merge pull request #54 from laserdisc-io/upgrades
Browse files Browse the repository at this point in the history
upgrades
  • Loading branch information
barryoneill authored Oct 24, 2022
2 parents 02729d5 + e7b369f commit e8c5f15
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ object Dependencies {
"io.circe" %% "circe-core" % CirceVersion,
"io.circe" %% "circe-generic" % CirceVersion,
"io.circe" %% "circe-generic-extras" % CirceVersion,
"io.circe" %% "circe-parser" % CirceVersion,
"io.circe" %% "circe-optics" % CirceVersion
)
)
Expand Down
3 changes: 1 addition & 2 deletions src/test/resources/logback-test.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@

<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<!-- <pattern>%date %highlight(%level) [%logger{0}/%thread] %message%n%xException</pattern>-->
<pattern>%date %highlight(%level) %logger{3} [%thread] %message%n%xException</pattern>
<pattern>%date %highlight(%level) %logger{3} [%thread][%X] %message%n%xException</pattern>
</encoder>
</appender>

Expand Down

0 comments on commit e8c5f15

Please sign in to comment.