Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fupelaqu committed Apr 12, 2023
1 parent 3fe2af2 commit 91d0c7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ThisBuild / organization := "app.softnetwork"

name := "generic-sequence-api"

ThisBuild / version := "0.1.2"
ThisBuild / version := "0.1.3"

ThisBuild / scalaVersion := "2.12.15"

Expand All @@ -56,7 +56,7 @@ ThisBuild / libraryDependencies ++= Seq(
"org.scala-lang.modules" %% "scala-parser-combinators" % "1.1.1",
"app.softnetwork.api" %% "generic-server-api" % Versions.server,
"app.softnetwork.api" %% "generic-server-api-testkit" % Versions.server % Test,
"app.softnetwork.protobuf" %% "scalapb-extensions" % "0.1.5"
"app.softnetwork.protobuf" %% "scalapb-extensions" % "0.1.6"
) ++ scalatest

Compile / unmanagedResourceDirectories += baseDirectory.value / "src/main/protobuf"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ package app.softnetwork.sbt.build

object Versions {

val genericPersistence = "0.2.6.1"
val genericPersistence = "0.2.6.2"

val server = "0.2.8"
val server = "0.2.9"

val scalatest = "3.1.1"
}

0 comments on commit 91d0c7f

Please sign in to comment.