Skip to content

Commit

Permalink
Merge pull request #312 from ChihayaK/master
Browse files Browse the repository at this point in the history
Fix version  and depdency issue
  • Loading branch information
ncying authored Jan 12, 2022
2 parents fcc03b7 + 622620e commit dae9b96
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
Expand Up @@ -7,7 +7,7 @@ enablePlugins(sbtdocker.DockerPlugin, JavaServerAppPackaging, JDebPackaging, Sys

name := "vsys"
organization := "systems.v"
version := "0.4.0"
version := "0.4.1"
scalaVersion in ThisBuild := "2.12.6"
crossPaths := false
publishArtifact in (Compile, packageDoc) := false
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
resolvers ++= Seq(
"Typesafe repository" at "https://repo.typesafe.com/typesafe/releases/",
"Typesafe repository" at "https://repo.scala-sbt.org",
"Artima Maven Repository" at "https://repo.artima.com/releases",
"JBoss" at "https://repository.jboss.org",
Resolver.sbtPluginRepo("releases")
Expand Down

0 comments on commit dae9b96

Please sign in to comment.