Skip to content

Commit

Permalink
pekko 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Jul 13, 2023
1 parent 33504ef commit 163e6e9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ import com.lightbend.paradox.apidoc.ApidocPlugin.autoImport.apidocRootPackage
import org.apache.pekko.PekkoParadoxPlugin.autoImport._
import sbt.Keys._

// TODO: Remove when Pekko has a proper release
ThisBuild / resolvers += Resolver.ApacheMavenSnapshotsRepo
ThisBuild / resolvers += "Apache Pekko Staging".at("https://repository.apache.org/content/groups/staging")
ThisBuild / updateOptions := updateOptions.value.withLatestSnapshots(false)

ThisBuild / apacheSonatypeProjectProfile := "pekko"
ThisBuild / versionScheme := Some(VersionScheme.SemVerSpec)
sourceDistName := "incubating-pekko-persistence-jdbc"
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ object Dependencies {
val Scala213 = "2.13.11"
val ScalaVersions = Seq(Scala212, Scala213)

val PekkoVersion = "1.0.0-RC3"
val PekkoVersion = "1.0.0"

val SlickVersion = "3.3.3"
val ScalaTestVersion = "3.2.14"
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
sbt.version=1.9.1
sbt.version=1.9.2

0 comments on commit 163e6e9

Please sign in to comment.