Skip to content

Commit

Permalink
Merge branch 'master' into update/apispec-model-0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 28, 2023
2 parents 148a42c + a64747e commit c434609
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 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.14"
version = "3.7.15"
runner.dialect = scala213
maxColumn = 120
align.preset = more
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

# zim

[![Project stage](https://img.shields.io/badge/Project%20Stage-Concept-orange.svg)](https://github.com/bitlap/bitlap/wiki/Project-Stages)
[![Build](https://github.com/bitlap/zim/actions/workflows/ScalaCI.yml/badge.svg?branch=master)](https://github.com/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?label=docker-image)](https://hub.docker.com/r/liguobin/zim/tags)
Expand Down
6 changes: 3 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ object Dependencies {
val `akka-http` = "10.5.0"
val akka = "2.8.0"
val circe = "0.14.3"
val scalikejdbc = "4.0.0"
val scalikejdbc = "4.1.0"
val logback = "1.4.11"
val config = "1.4.2"
val config = "1.4.3"
val `zio-interop-reactiveStreams` = "2.0.2"
val mysql = "8.0.32"
val `simple-java-mail` = "7.5.0"
val h2 = "2.2.224"
val scalaTest = "3.2.17"
val `zio-actors` = "0.1.0"
val refined = "0.10.3"
val `zio-schema` = "0.4.14"
val `zio-schema` = "0.4.15"
val `sttp-apispec` = "0.6.3"
val redis4cats = "1.4.1"
val `zio-interop-cats` = "23.0.03"
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.6
sbt.version = 1.9.7

0 comments on commit c434609

Please sign in to comment.