Skip to content

Commit

Permalink
Fix conjars
Browse files Browse the repository at this point in the history
  • Loading branch information
kellen committed Nov 6, 2023
1 parent 0cd4c4c commit 20699a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ scalacOptions ++= Seq(
)
javacOptions ++= Seq("-source", "1.8", "-target", "1.8")

resolvers += "Cascading libraries" at "https://conjars.org/repo"
resolvers += "Cascading libraries" at "https://conjars.wensel.net/repo/"
libraryDependencies ++= Seq(
"com.spotify" %% "scio-core" % scioVersion,
"com.spotify" %% "scio-extra" % scioVersion,
Expand Down

0 comments on commit 20699a8

Please sign in to comment.