Skip to content

Commit

Permalink
chore: update release version
Browse files Browse the repository at this point in the history
  • Loading branch information
MoeQuadrat committed May 9, 2023
1 parent 5f50cdc commit 4b295b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import sbt._
//settings

name := """scala-utils"""
val releaseVersion = "2.0.6"
val releaseVersion = "2.0.7"

val token = sys.env.getOrElse("GITHUB_TOKEN", "")

Expand Down Expand Up @@ -90,7 +90,7 @@ val sharedDeps = "com.google.cloud" % "google-cloud-shared-dependencies" % "2.5
val logback = "ch.qos.logback" % "logback-classic" % "1.2.10"
val logbackCore = "ch.qos.logback" % "logback-core" % "1.2.10"

val smithy4play = "de.innfactory" %% "smithy4play" % "0.4.2"
val smithy4play = "de.innfactory" %% "smithy4play" % "0.4.3"

val guice = "com.google.inject" % "guice" % "4.2.3"

Expand Down

0 comments on commit 4b295b8

Please sign in to comment.