Skip to content

Commit

Permalink
restore base version, since this change is compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
majk-p committed Aug 7, 2023
1 parent 3b1cc5d commit 8ce7962
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ThisBuild / tlBaseVersion := "0.5" // current series x.y
ThisBuild / tlBaseVersion := "0.4" // current series x.y

ThisBuild / organization := "com.ocadotechnology"
ThisBuild / organizationName := "Ocado Technology"
Expand Down Expand Up @@ -116,6 +116,7 @@ lazy val activemqAkka = module("activemq", directory = "connectors")

lazy val activemqPekko = module("activemq-pekko", directory = "connectors")
.settings(
mimaPreviousArtifacts := Set(), // Remove when 0.4.2 is released
name := "pass4s-connector-pekko-activemq",
resolvers += "Apache Snapshots" at "https://repository.apache.org/content/repositories/snapshots/",
resolvers ++= Resolver.sonatypeOssRepos("snapshots"),
Expand Down

0 comments on commit 8ce7962

Please sign in to comment.