We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ff3cd3 commit fc8db4bCopy full SHA for fc8db4b
build.sbt
@@ -4,9 +4,6 @@ def Scala213 = "2.13.16"
4
scalaVersion := Scala213
5
crossScalaVersions := Seq("3.6.4", Scala213)
6
lazy val scalikejdbcVersion = scalikejdbc.ScalikejdbcBuildInfo.version
7
-resolvers ++= Seq(
8
- "Sonatype snapshots" at "https://oss.sonatype.org/content/repositories/snapshots"
9
-)
10
libraryDependencies ++= Seq(
11
"org.scalikejdbc" %% "scalikejdbc" % scalikejdbcVersion,
12
"org.scalikejdbc" %% "scalikejdbc-test" % scalikejdbcVersion,
0 commit comments