Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
kostaskougios committed Dec 23, 2023
1 parent 5712a34 commit 8166f7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
val scala3Version = "3.3.1"
ThisBuild / version := "0.51-SNAPSHOT"
ThisBuild / version := "0.51"
ThisBuild / organization := "io.github.kostaskougios"
name := "functions-remote"
ThisBuild / scalaVersion := scala3Version
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.10.0")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")

addSbtPlugin("io.github.kostaskougios" % "functions-remote-sbt-plugin" % "0.1")
addSbtPlugin("io.github.kostaskougios" % "functions-remote-sbt-plugin" % "0.51")

0 comments on commit 8166f7b

Please sign in to comment.