Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
jxnu-liguobin committed Sep 2, 2023
2 parents c989f72 + 2fb0ccb commit 317f0b6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "3.7.11"
version = "3.7.12"
runner.dialect = scala213
maxColumn = 120
align.preset = more
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[![Build](https:/bitlap/zim/actions/workflows/ScalaCI.yml/badge.svg?branch=master)](https:/bitlap/zim/actions/workflows/ScalaCI.yml)
[![codecov](https://codecov.io/gh/bitlap/zim/branch/master/graph/badge.svg?token=V95ZMWUUCE)](https://codecov.io/gh/bitlap/zim)
[![Docker Image Version (latest semver)](https://img.shields.io/docker/v/liguobin/zim)](https://hub.docker.com/r/liguobin/zim/tags)
[![Docker Image Version (latest semver)](https://img.shields.io/docker/v/liguobin/zim?label=docker-image)](https://hub.docker.com/r/liguobin/zim/tags)

[在线预览地址](http://im.dreamylost.cn:8989)
> 账号[email protected] 密码123456(注册有时不可用)
Expand Down
8 changes: 4 additions & 4 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ import sbt._
object Dependencies {

object Version {
val zio = "2.0.15"
val `zio-logging` = "2.1.13"
val tapir = "1.6.3"
val zio = "2.0.16"
val `zio-logging` = "2.1.14"
val tapir = "1.7.0"
val `akka-http` = "10.5.0"
val akka = "2.8.0"
val circe = "0.14.3"
val scalikejdbc = "4.0.0"
val logback = "1.4.6"
val logback = "1.4.11"
val config = "1.4.2"
val `zio-interop-reactiveStreams` = "2.0.2"
val mysql = "8.0.32"
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version = 1.9.3
sbt.version = 1.9.4

0 comments on commit 317f0b6

Please sign in to comment.