Skip to content

Commit

Permalink
kebs-2.0 snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
luksow committed Jul 22, 2024
1 parent 7c5452e commit d37a97a
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
Expand Up @@ -8,6 +8,7 @@ ThisBuild / crossScalaVersions := supportedScalaVersions
ThisBuild / scalaVersion := mainScalaVersion
// ThisBuild / sonatypeCredentialHost := "oss.sonatype.org"
// ThisBuild / sonatypeRepository := "https://s01.oss.sonatype.org/service/local"
ThisBuild / resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots"

lazy val baseSettings = Seq(
organization := "pl.iterators",
Expand Down Expand Up @@ -37,7 +38,7 @@ val pekkoV = "1.0.2"
val pekkoHttpV = "1.0.1"
val http4sStirV = "0.2"
val typesafeConfigV = "1.4.3"
val kebsV = "1.9.7"
val kebsV = "1.9.7+40-fc933b5b-SNAPSHOT"
val reflectionsV = "0.10.2"
val specs2V = "4.20.5"
val jsonSchemaV = "0.7.11"
Expand Down

0 comments on commit d37a97a

Please sign in to comment.